llvm-project/llvm/lib/Demangle
Zachary Turner b2fef1a0b0 Add support for various C++14 demanglings.
Mostly this includes <auto> and <decltype-auto> return values.
Additionally, this fixes a fairly obscure back-referencing bug
that was encountered in one of the C++14 tests, which is that
if you have something like Foo<&bar, &bar> then the `bar`
forms a backreference.

llvm-svn: 340896
2018-08-29 04:12:44 +00:00
..
CMakeLists.txt [MS Demangler] Re-write the Microsoft demangler. 2018-08-27 03:48:03 +00:00
ItaniumDemangle.cpp Add missing include (<functional> for std::ref) 2018-08-20 20:02:29 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp Add support for various C++14 demanglings. 2018-08-29 04:12:44 +00:00
MicrosoftDemangleNodes.cpp Add support for various C++14 demanglings. 2018-08-29 04:12:44 +00:00
MicrosoftDemangleNodes.h Add support for various C++14 demanglings. 2018-08-29 04:12:44 +00:00