aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-template.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-5/+5
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin1-2/+2
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin1-2/+2
2013-06-18Fix C++ constructor/destructor tests when run on ARMStephen Lin1-2/+2
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman1-2/+2
2012-08-18When mangling a negative number, remember that negating it does notJohn McCall1-0/+12
2012-04-04Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith1-0/+17
2012-01-06Fix the mangling of class template arguments in a particularJohn McCall1-0/+9
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-1/+1
2011-06-21Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall1-2/+2
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman1-1/+1
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-1/+1
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-1/+1
2010-04-28Improve name mangling for dependent template names (e.g., typenameDouglas Gregor1-0/+17
2010-04-23Mangle dependent template names such as the nested-name-specifier inDouglas Gregor1-0/+23
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor1-2/+2
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor1-2/+2
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor1-2/+2
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor1-2/+2
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor1-2/+2
2010-02-28Improve name mangling for dependently-scoped declaration references.Douglas Gregor1-0/+19
2010-02-28Add name mangling for DeclRefExprs that refer to external namesDouglas Gregor1-1/+20
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-21Mangler: Sketch mangling for TemplateArgument::Declaration kind.Daniel Dunbar1-0/+68