aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/template-anonymous-types.cpp
AgeCommit message (Expand)Author
2012-11-14Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie
2011-07-10implement a nice new optimization: CodeGenTypes::UpdateCompletedTypeChris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-09-03Clean up some whitespace and comments from this test that were remnants ofChandler Carruth
2010-09-03Allow anonymous and local types. The support was already in place for these,Chandler Carruth