]> granicus.if.org Git - clang/commit
Rvalue references for *this: add name mangling for ref-qualifiers,
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 17:36:28 +0000 (17:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 17:36:28 +0000 (17:36 +0000)
commit0a9a6d68979619a621fedc5089674487f720f765
treee00fb3abc819917dde97db76c2e9561d8094a20d
parente3c7a7ca66c02567543dbb5ec493818e00e8b177
Rvalue references for *this: add name mangling for ref-qualifiers,
using rules that I just made up this morning. This encoding has now
been proposed to the Itanium C++ ABI group for inclusion, but of
course it's still possible that the mangling will change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124296 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle-ref-qualifiers.cpp [new file with mode: 0644]