summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-2/+2
* When mangling a negative number, remember that negating it does notJohn McCall2012-08-181-0/+12
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-0/+17
* Fix the mangling of class template arguments in a particularJohn McCall2012-01-061-0/+9
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall2011-06-211-2/+2
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman2011-06-141-1/+1
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Improve name mangling for dependent template names (e.g., typenameDouglas Gregor2010-04-281-0/+17
* Mangle dependent template names such as the nested-name-specifier inDouglas Gregor2010-04-231-0/+23
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-2/+2
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-2/+2
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-2/+2
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-2/+2
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-2/+2
* Improve name mangling for dependently-scoped declaration references.Douglas Gregor2010-02-281-0/+19
* Add name mangling for DeclRefExprs that refer to external namesDouglas Gregor2010-02-281-1/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangler: Sketch mangling for TemplateArgument::Declaration kind.Daniel Dunbar2009-11-211-0/+68
OpenPOWER on IntegriCloud