summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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...Alexis Hunt2010-01-241-5/+13
* fix PR5869: mangle static symbols like gcc does to make it easier to diff sym...Nuno Lopes2010-01-071-1/+6
* Mangle block pointer types. Fixes PR5858.Anders Carlsson2009-12-231-1/+4
* Mangle template template parameters. Fixes PR5861.Anders Carlsson2009-12-231-0/+16
* Make sure that we mangle overloaded operators that are member functions corre...Anders Carlsson2009-12-221-2/+20
* Mangle CXXOperatorCallExprs, fixes PR5796.Anders Carlsson2009-12-161-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangle unary, binary and ternary expressions correctly.Anders Carlsson2009-12-141-0/+28
* Make sure mangling doesn't crash in another case. Add some more tests.Eli Friedman2009-12-111-8/+0
* Fix for PR5706: let mangleName deal with mangling names without identifiersEli Friedman2009-12-111-0/+8
* Diagnose declarations of implicit member functions.Anders Carlsson2009-12-041-1/+2
* Handle ParenExprs in mangleExpression.Anders Carlsson2009-11-061-0/+6
* Mangle anonymous structs/unions correctly. Fixes PR5139.Anders Carlsson2009-10-071-0/+14
* When mangling names, always use the canonical decl. Fixes PR5144.Anders Carlsson2009-10-061-0/+9
* Mangle dependent name expressions. Fixes PR5063.Anders Carlsson2009-09-271-0/+18
* Better template parameter type mangling.Anders Carlsson2009-09-271-0/+8
* Handle substitutions in mangleTemplatePrefix.Anders Carlsson2009-09-261-2/+1
* Don't crash when trying to mangle function templates.Anders Carlsson2009-09-261-0/+18
* Improve mangling of typename types.Anders Carlsson2009-09-261-0/+8
* CXXMethodDecls should always be mangled, even if they are inside an extern "C...Anders Carlsson2009-09-221-0/+10
OpenPOWER on IntegriCloud