llvm/lib/Demangle
Saleem Abdulrasool 815bff1cc4 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!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292976 91177308-0d34-0410-b5e6-96231b3b80d8
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