llvm-project/llvm/lib/Demangle
Saleem Abdulrasool 85824ee618 Demangle: correct demangling for CV-qualified functions
When demangling a CV-qualified function type with a final reference type
parameter, we would treat the reference type parameter as a r-value ref
accidentally.  This would result in the improper decoration of the
function type itself.

Resolves PR31741!

llvm-svn: 292976
2017-01-24 20:04:58 +00:00
..
CMakeLists.txt
ItaniumDemangle.cpp Demangle: correct demangling for CV-qualified functions 2017-01-24 20:04:58 +00:00
LLVMBuild.txt