summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Per discussion on cxx-abi-dev, don't drop leading zeroes from theJohn McCall2012-01-301-0/+8
* constexpr: converted constant expression handling for enumerator values, caseRichard Smith2012-01-181-3/+0
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-181-11/+0
* Improve name mangling for instantiation-dependent types that are notDouglas Gregor2011-07-121-0/+9
* Implement name mangling for sizeof...(function parameter pack).Douglas Gregor2011-07-121-0/+10
* Mangle dependent template names of unknown arityDouglas Gregor2011-07-121-0/+13
* Implement the Itanium C++ ABI's mangling rule forDouglas Gregor2011-07-121-0/+16
* Allow us to compute linkage et al for instantiation-dependent types.Douglas Gregor2011-07-111-0/+8
* Just mangle substituted template parameter types as unresolved types.John McCall2011-07-011-0/+32
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+19
* Change the mangling of enclosing template template parametersJohn McCall2011-07-011-3/+1
* Be more thorough about mangling unresolved types.John McCall2011-06-281-0/+42
* Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall2011-06-211-5/+5
* Type prefixes of unresolved-names should only be mangled as unresolved-typesJohn McCall2011-05-041-4/+39
* t/clang/type-traitsJohn Wiegley2011-04-271-10/+10
* GCC seems to create address-of expression manglings when passing *any*John McCall2011-04-241-0/+12
* Update the mangler for some of the "new" unresolved-name manglings.John McCall2011-04-241-7/+10
* The ABI settled on mangling float literals with lowercase hex dumps.John McCall2011-04-241-1/+1
* File-scope static functions need to be mangled with 'L' so thatJohn McCall2011-03-221-1/+15
* When mangling a qualified array type, push the qualifiers down to theJohn McCall2011-01-261-0/+12
* Mangle std::nullptr_t as specified by the Itanium C++ ABI.Anders Carlsson2010-11-041-0/+5
* Fix a crash mangling decayed val argument-typed function.Fariborz Jahanian2010-11-021-0/+6
* Mangle explicit template arguments in dependent or overloaded names.John McCall2010-08-201-3/+42
* Contextual arity is a feature of mangling expressions; kill offJohn McCall2010-08-181-0/+28
* Whoops. Don't fall through into the overload case when mangling aJohn McCall2010-08-171-0/+17
* Don't crash when mangling empty anonymous unions. We never actually *need*John McCall2010-08-051-0/+11
* Mangle enum constant expressions. Fixes rdar://problem/8204122John McCall2010-07-241-0/+11
* Fix mangling for static member variables of classes inside an extern "C"Eli Friedman2010-07-181-0/+11
* Fix the mangling of template template arguments, which do not alwaysJohn McCall2010-07-141-1/+12
* Correctly mangle unsigned integer literals where the high bit is set.Anders Carlsson2010-06-021-0/+7
* Correctly mangle variadic functions that don't have any other parameters.Anders Carlsson2010-06-021-0/+12
* Provide manglings for bool and character literal expressions. These areJohn McCall2010-04-091-0/+9
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Correctly mangle dependent TypenameType.Rafael Espindola2010-03-171-0/+15
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-10/+10
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-8/+8
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-8/+8
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-8/+8
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-8/+8
* Correctly mangle address of member in template arguments. Fixes PR6460Rafael Espindola2010-03-111-0/+39
* Split out types that are non-canonical unless dependent as their ownJohn McCall2010-03-011-1/+39
* The latest draft uses 'dt' to mangle member expressions, and now so do we.John McCall2010-03-011-1/+1
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+1
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-1/+2
* Only append 'L' for internal variable declarations, not all declarations. (Fo...Anders Carlsson2010-02-061-0/+4
* Implement name mangling for template template parametersDouglas Gregor2010-02-051-0/+7
* Mangle member expressions. Also invented.John McCall2010-02-041-0/+8
* Add mangling support for calls, sizeof/alignof, constructor calls,John McCall2010-02-041-0/+35
* Mangle static variables with an extra name to distinguish them from non-stati...Sean Hunt2010-01-241-5/+13