1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Demangle
Nico Weber 0ad4ee4225 [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass.
undname prints them, and the information is in the decorated name, so we probably shouldn't lose it when undecorating.

I spot-checked a few of the funnier-looking outputs, and undname has the same output.

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

llvm-svn: 346791
2018-11-13 20:18:26 +00:00
..
CMakeLists.txt [MS Demangler] Re-write the Microsoft demangler. 2018-08-27 03:48:03 +00:00
ItaniumDemangle.cpp Make initializeOutputStream() return false on error and true on success. 2018-11-11 10:04:00 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp Make initializeOutputStream() return false on error and true on success. 2018-11-11 10:04:00 +00:00
MicrosoftDemangleNodes.cpp [MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass. 2018-11-13 20:18:26 +00:00