aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
AgeCommit message (Expand)Author
2009-04-13Use the new guard variable mangling function and get rid of the old code.Anders Carlsson
2009-04-11Add support for generating reference initialization code.Anders Carlsson
2009-04-08We weren't generating correct code for calls to variadic member functions.Anders Carlsson
2009-04-04Add some basic support for generating C++ member functions.Anders Carlsson
2009-04-02Implement mangling of declarations inside functions.Anders Carlsson
2009-04-02Mangle VarDecls correctly.Anders Carlsson
2009-04-02Emit code for linkage specifications.Anders Carlsson
2009-04-01Implement code generation of namespaces and add mangling tests.Anders Carlsson
2009-04-01Fix a mangling bug where functions with no arguments weren't getting the 'v' ...Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Address Doug's comments wrt the mangler and fix Eli's test caseAnders Carlsson
2009-03-07Make mangling work with anonymous tag types. Doug, please reviewAnders Carlsson
2009-02-13Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor
2009-01-11make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...Nuno Lopes
2008-12-21Add codegen support for __nullAnders Carlsson