1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Demangle
Martin Storsjo 0eb6b17f22 [Demangle] Add a few more options to the microsoft demangler
This corresponds to commonly used options to UnDecorateSymbolName
within llvm.

Add them as hidden options in llvm-undname. MS undname.exe takes
numeric flags, corresponding to the UNDNAME_* constants, but instead
of hardcoding in mappings for those numbers, just add textual
options instead, as it the use of them here is primarily intended
for testing.

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

llvm-svn: 374865
2019-10-15 08:29:56 +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 Demangler] Fix some tests that are no longer broken. 2018-08-02 22:37:40 +00:00
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 Resubmit r339450 - [MS Demangler] Add conversion operator tests 2018-08-10 20:08:46 +00:00
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-options.test [Demangle] Add a few more options to the microsoft demangler 2019-10-15 08:29:56 +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