aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-03Sema: Do not allow overloading between methods based on restrictDavid Majnemer1-0/+9
2013-10-23AST: Mangle fields in anonymous structs/unionsDavid Majnemer1-0/+9
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith1-6/+6
2013-08-28Sema: Subst type default template args earlierDavid Majnemer1-0/+23
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-84/+84
2013-07-10More local mangling fixes.Eli Friedman1-1/+14
2013-05-28Fix a crash when we were trying to compute the linkage too early.Rafael Espindola1-0/+22
2013-02-08Use the target address space value when mangling names.Tanya Lattner1-0/+3
2012-11-14Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie1-1/+21
2012-09-13Revert r163829. The world (or libstdc++, at least) is not ready.Richard Smith1-2/+2
2012-09-13Remove speculative fix for C++ core issue 1407, since it was resolved as NAD.Richard Smith1-2/+2
2012-01-30Per discussion on cxx-abi-dev, don't drop leading zeroes from theJohn McCall1-0/+8
2012-01-18constexpr: converted constant expression handling for enumerator values, caseRichard Smith1-3/+0
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith1-1/+1
2011-09-18Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith1-11/+0
2011-07-12Improve name mangling for instantiation-dependent types that are notDouglas Gregor1-0/+9
2011-07-12Implement name mangling for sizeof...(function parameter pack).Douglas Gregor1-0/+10
2011-07-12Mangle dependent template names of unknown arityDouglas Gregor1-0/+13
2011-07-12Implement the Itanium C++ ABI's mangling rule forDouglas Gregor1-0/+16
2011-07-11Allow us to compute linkage et al for instantiation-dependent types.Douglas Gregor1-0/+8
2011-07-01Just mangle substituted template parameter types as unresolved types.John McCall1-0/+32
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor1-0/+19
2011-07-01Change the mangling of enclosing template template parametersJohn McCall1-3/+1
2011-06-28Be more thorough about mangling unresolved types.John McCall1-0/+42
2011-06-21Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall1-5/+5
2011-05-04Type prefixes of unresolved-names should only be mangled as unresolved-typesJohn McCall1-4/+39
2011-04-27t/clang/type-traitsJohn Wiegley1-10/+10
2011-04-24GCC seems to create address-of expression manglings when passing *any*John McCall1-0/+12
2011-04-24Update the mangler for some of the "new" unresolved-name manglings.John McCall1-7/+10
2011-04-24The ABI settled on mangling float literals with lowercase hex dumps.John McCall1-1/+1
2011-03-22File-scope static functions need to be mangled with 'L' so thatJohn McCall1-1/+15
2011-01-26When mangling a qualified array type, push the qualifiers down to theJohn McCall1-0/+12
2010-11-04Mangle std::nullptr_t as specified by the Itanium C++ ABI.Anders Carlsson1-0/+5
2010-11-02Fix a crash mangling decayed val argument-typed function.Fariborz Jahanian1-0/+6
2010-08-20Mangle explicit template arguments in dependent or overloaded names.John McCall1-3/+42
2010-08-18Contextual arity is a feature of mangling expressions; kill offJohn McCall1-0/+28
2010-08-17Whoops. Don't fall through into the overload case when mangling aJohn McCall1-0/+17
2010-08-05Don't crash when mangling empty anonymous unions. We never actually *need*John McCall1-0/+11
2010-07-24Mangle enum constant expressions. Fixes rdar://problem/8204122John McCall1-0/+11
2010-07-18Fix mangling for static member variables of classes inside an extern "C"Eli Friedman1-0/+11
2010-07-14Fix the mangling of template template arguments, which do not alwaysJohn McCall1-1/+12
2010-06-02Correctly mangle unsigned integer literals where the high bit is set.Anders Carlsson1-0/+7
2010-06-02Correctly mangle variadic functions that don't have any other parameters.Anders Carlsson1-0/+12
2010-04-09Provide manglings for bool and character literal expressions. These areJohn McCall1-0/+9
2010-04-09Turn access control on by default in -cc1.John McCall1-1/+1
2010-03-17Correctly mangle dependent TypenameType.Rafael Espindola1-0/+15
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor1-10/+10
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor1-8/+8
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor1-8/+8
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor1-8/+8