llvm-project/llvm/test/Demangle
Nico Weber da298aa913 llvm-undname: Add support for demangling typeinfo names
typeinfo names aren't symbols but string constant contents
stored in compiler-generated typeinfo objects, but llvm-cxxfilt
can demangle these for Itanium names.

In the MSVC ABI, these are just a '.' followed by a mangled
type -- this means they don't start with '?' like all MS-mangled
symbols do.

Differential Revision: https://reviews.llvm.org/D67851

llvm-svn: 372602
2019-09-23 13:13:37 +00:00
..
invalid-manglings.test llvm-undname: Add support for demangling typeinfo names 2019-09-23 13:13:37 +00:00
ms-arg-qualifiers.test
ms-back-references.test [MS Demangler] Fix several crashes and demangling bugs. 2018-08-29 23:56:09 +00:00
ms-basic.test llvm-undname: Correctly demangle vararg parameters 2019-06-04 19:10:08 +00:00
ms-conversion-operators.test
ms-cxx11.test [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00
ms-cxx14.test [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00
ms-cxx17-noexcept.test [llvm-undname] Add support for demangling msvc's noexcept types. 2019-01-08 21:05:51 +00:00
ms-cxx20.test llvm-undname: Support demangling char8_t 2019-05-28 15:30:04 +00:00
ms-mangle.test llvm-undname; Add more test coverage for demangleFunctionClass() 2019-06-02 23:26:57 +00:00
ms-md5.test llvm-undname: Make demangling of MD5 names more robust 2019-05-27 00:48:59 +00:00
ms-nested-scopes.test llvm-undname: Tweak arena allocator 2019-04-16 13:52:30 +00:00
ms-operators.test llvm-undname: Add support for demangling typeinfo names 2019-09-23 13:13:37 +00:00
ms-return-qualifiers.test [MS Demangler] Fix some minor formatting bugs. 2018-08-14 18:54:28 +00:00
ms-string-literals.test llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz 2019-04-24 16:09:38 +00:00
ms-template-callback.test [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00
ms-templates-memptrs-2.test [MS Demangler] Re-write the Microsoft demangler. 2018-08-27 03:48:03 +00:00
ms-templates-memptrs.test [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00
ms-templates.test llvm-undname: More coverage-related cleanups 2019-06-04 18:49:05 +00:00
ms-thunks.test [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00
ms-windows.test Add test coverage for __pascal mangling 2019-06-02 16:47:07 +00:00