aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/expr.cpp
AgeCommit message (Expand)Author
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