summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for the mingw builderDavid Majnemer2016-07-121-1/+1
* [ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer2016-07-121-0/+11
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-5/+5
* Itanium ABI: Restore disabled tests which are correctly mangledDavid Majnemer2015-02-181-5/+2
* Itanium ABI: Properly mangle extern "C" template argumentsDavid Majnemer2015-02-181-4/+2
* Itanium ABI: Mangle <mangled-name> according to the ABIDavid Majnemer2015-02-181-6/+6
* Remove old proposal noticesAlp Toker2014-06-051-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Remove 'not' from some CodeGen testsAlp Toker2013-12-141-2/+4
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Sema: Propagate the mangling number into instantiationsDavid Majnemer2013-12-041-0/+22
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-2/+2
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-2/+2
* Fix C++ constructor/destructor tests when run on ARMStephen Lin2013-06-181-2/+2
* 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