aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-04llvm-undname: Correctly demangle vararg parametersNico Weber1-0/+6
2019-06-04llvm-undname: Several behavior-preserving changes to increase coverageNico Weber1-5/+4
2019-05-28llvm-undname: Support demangling char8_tNico Weber1-0/+1
2019-05-28llvm-undname: Add support for local static thread guardsNico Weber1-1/+4
2019-04-23llvm-undname: Support demangling the spaceship operatorNico Weber1-2/+3
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington1-1/+1
2019-01-08[llvm-undname] Add support for demangling msvc's noexcept types.Zachary Turner1-0/+3
2019-01-02[MS Demangler] Add a flag for dumping types without tag specifier.Zachary Turner1-8/+10
2018-12-17Add missing include file.Zachary Turner1-0/+1
2018-12-17[MS Demangler] Add a helper function to print a Node as a string.Zachary Turner1-0/+8
2018-11-13[MS Demangler] Print public:, protected:, private: if set in FunctionClass or...Nico Weber1-4/+15
2018-11-09[MS demangler] Use a slightly shorter unmangling for mangled strings.Nico Weber1-5/+4
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-0/+1
2018-11-01[MS Demangler] Expose the Demangler AST publicly.Zachary Turner1-1/+1
2018-08-29[MS Demangler] Fix several crashes and demangling bugs.Zachary Turner1-3/+9
2018-08-29Add support for various C++14 demanglings.Zachary Turner1-2/+3
2018-08-29[MS Demangler] Add output flags to all function calls.Zachary Turner1-77/+90
2018-08-27Fix this file to have the necessary standard library includes and useChandler Carruth1-2/+2
2018-08-27[MS Demangler] Re-write the Microsoft demangler.Zachary Turner1-0/+590