summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/template-instantiation.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-2/+2
* Fix a bug where an explicit instantiation declaration of a class templateRichard Smith2014-03-241-5/+19
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-10/+10
* Disable llvm optimizations in a clang test.Rafael Espindola2012-06-221-2/+2
* Always mark friend function declarations in class templates asChandler Carruth2011-08-181-0/+36
* Enhance Clang to start instantiating static data member definitionsChandler Carruth2011-05-271-0/+30
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Don't instantiate members not belonging in the semantic context of the template.Argyrios Kyrtzidis2010-11-041-0/+13
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-161-0/+17
* Embrace C++ ABI 5.2.6 and consider that template instantiations don't have ke...Argyrios Kyrtzidis2010-10-131-0/+17
* Reinstate the optimization suppressing available_externally functionsDouglas Gregor2010-07-131-1/+1
* Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor2010-07-121-1/+1
* Do not generate LLVM IR for available_externally function bodies atDouglas Gregor2010-07-121-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* Don't produce a vtable if we are just instantiating a method and theRafael Espindola2010-03-301-0/+14
* Discussing with dgregor we decided that we should not force the emission ofRafael Espindola2010-03-241-0/+62