summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/template-anonymous-types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-6/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-8/+8
* implement a nice new optimization: CodeGenTypes::UpdateCompletedTypeChris Lattner2011-07-101-4/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* Clean up some whitespace and comments from this test that were remnants ofChandler Carruth2010-09-031-3/+0
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-031-0/+40