llvm-project/clang/test/CXX/expr/expr.prim
Eli Friedman 95f501284a More fixes for block mangling.
Make sure we properly treat names defined inside a block as local
names.  There are basically three fixes here.  One, correctly
treat blocks as a context where we need to use local-name mangling using
the new isLocalContainerContext helper. Two, make
CXXNameMangler::manglePrefix handle local names in a consistent way.
Three, extend CXXNameMangler::mangleLocalName so it can mangle a block
correctly.

llvm-svn: 185450
2013-07-02 17:52:28 +00:00
..
expr.prim.general PR16243: Use CXXThisOverride during template instantiation, and fix up the 2013-06-07 02:33:37 +00:00
expr.prim.lambda More fixes for block mangling. 2013-07-02 17:52:28 +00:00