llvm-project/llvm/lib/Demangle
Zachary Turner 8fb9a71dde [MS Demangler] Fail gracefully on invalid pointer types.
Once we detect a 'P', we know we a pointer type is upcoming, so
we make some assumptions about the output that follows.  If those
assumptions didn't hold, we would assert.  Instead, we should
fail gracefully and propagate the error up.

llvm-svn: 349169
2018-12-14 18:10:13 +00:00
..
CMakeLists.txt [MS Demangler] Re-write the Microsoft demangler. 2018-08-27 03:48:03 +00:00
ItaniumDemangle.cpp [Demangle] remove itaniumFindTypesInMangledName 2018-11-27 16:11:24 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp [MS Demangler] Fail gracefully on invalid pointer types. 2018-12-14 18:10:13 +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