summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-171-1/+1
* [llvm-undname] Add support for demangling msvc's noexcept types.Zachary Turner2019-01-081-0/+3
* [MS Demangler] Add a flag for dumping types without tag specifier.Zachary Turner2019-01-021-8/+10
* Add missing include file.Zachary Turner2018-12-171-0/+1
* [MS Demangler] Add a helper function to print a Node as a string.Zachary Turner2018-12-171-0/+8
* [MS Demangler] Print public:, protected:, private: if set in FunctionClass or...Nico Weber2018-11-131-4/+15
* [MS demangler] Use a slightly shorter unmangling for mangled strings.Nico Weber2018-11-091-5/+4
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* [MS Demangler] Expose the Demangler AST publicly.Zachary Turner2018-11-011-1/+1
* [MS Demangler] Fix several crashes and demangling bugs.Zachary Turner2018-08-291-3/+9
* Add support for various C++14 demanglings.Zachary Turner2018-08-291-2/+3
* [MS Demangler] Add output flags to all function calls.Zachary Turner2018-08-291-77/+90
* Fix this file to have the necessary standard library includes and useChandler Carruth2018-08-271-2/+2
* [MS Demangler] Re-write the Microsoft demangler.Zachary Turner2018-08-271-0/+590
OpenPOWER on IntegriCloud