summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve test coverage.Daniel Dunbar2010-08-211-0/+7
* Fix PR7889 by generalizing some over specialized code. There is noChris Lattner2010-08-181-0/+10
* fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__Chris Lattner2010-08-171-0/+4
* implement codegen support for preinc as an lvalue, PR5514.Chris Lattner2010-01-091-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix PR5211: codegen shouldn't assume that the result of ||/&& is int Chris Lattner2009-10-171-1/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...Nuno Lopes2009-01-111-0/+5