This patch adds minimal support for D programming language demangling on LLVM core based on the D name mangling spec. This will allow easier integration on a future LLDB plugin for D either in the upstream tree or outside of it. Minimal support includes recognizing D demangling encoding and at least one mangling name, which in this case is `_Dmain` mangle. Reviewed By: jhenderson, lattner Differential Revision: https://reviews.llvm.org/D111414 |
||
|---|---|---|
| .. | ||
| dlang.test | ||
| invalid-manglings.test | ||
| ms-arg-qualifiers.test | ||
| ms-back-references.test | ||
| ms-basic.test | ||
| ms-conversion-operators.test | ||
| ms-cxx11.test | ||
| ms-cxx14.test | ||
| ms-cxx17-noexcept.test | ||
| ms-cxx20.test | ||
| ms-mangle.test | ||
| ms-md5.test | ||
| ms-nested-scopes.test | ||
| ms-operators.test | ||
| ms-options.test | ||
| ms-return-qualifiers.test | ||
| ms-string-literals.test | ||
| ms-template-callback.test | ||
| ms-templates-memptrs-2.test | ||
| ms-templates-memptrs.test | ||
| ms-templates.test | ||
| ms-thunks.test | ||
| ms-windows.test | ||
| rust.test | ||
| warn-trailing.test | ||