llvm-project/llvm/test/Demangle
Luís Ferreira 22a1aa5a43 [Demangle] Add minimal support for D programming language
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
2021-11-09 09:29:13 -08:00
..
dlang.test [Demangle] Add minimal support for D programming language 2021-11-09 09:29:13 -08:00
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 Demangle: correct swift_async demangling for Microsoft scheme 2021-07-14 11:43:44 -07:00
ms-md5.test
ms-nested-scopes.test
ms-operators.test
ms-options.test [lldb] change name demangling to be consistent between windows and linx 2021-10-19 12:04:37 +02:00
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 [Demangle][Rust] Parse non-ASCII identifiers 2021-10-01 22:08:32 +02:00
warn-trailing.test