aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/expr.cpp
AgeCommit message (Collapse)Author
2009-10-17Fix PR5211: codegen shouldn't assume that the result of ||/&& is int Chris Lattner
anymore. In C++ it is bool. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84308 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-24Rename clang to clang-cc.Daniel Dunbar
Tests and drivers updated, still need to shuffle dirs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-11make ScalarExprEmitter::EmitCompare() emit the expression with the correct ↵Nuno Lopes
type instead of always zext it to an int this fixes codegen of simple exprs in C++ like 'if (x != 0)' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62060 91177308-0d34-0410-b5e6-96231b3b80d8