summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/expr.cpp
AgeCommit message (Expand)Author
2010-08-21Improve test coverage.Daniel Dunbar
2010-08-18Fix PR7889 by generalizing some over specialized code. There is noChris Lattner
2010-08-17fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__Chris Lattner
2010-01-09implement codegen support for preinc as an lvalue, PR5514.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-17Fix PR5211: codegen shouldn't assume that the result of ||/&& is int Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-11make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...Nuno Lopes