1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Demangle
Saleem Abdulrasool 8d12fdc869 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