History log of /external/clang/test/CodeGenCXX/expr.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96a731ddcab3b34d89564010fef7f02dd62f76af 21-Aug-2010 Daniel Dunbar <daniel@zuster.org> Improve test coverage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111712 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
aa4aa00ba7489742cf688c1e33fc077035c51f53 18-Aug-2010 Chris Lattner <sabre@nondot.org> Fix PR7889 by generalizing some over specialized code. There is no
reason that this should be limited to simple lvalues.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111331 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
c7855c6447efc16dd49685d81288edb061e6808e 18-Aug-2010 Chris Lattner <sabre@nondot.org> fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111330 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
01a46924878a85e2b8db914277801f747675fe8b 09-Jan-2010 Chris Lattner <sabre@nondot.org> implement codegen support for preinc as an lvalue, PR5514.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93076 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
9b6912ceefbf15964758b835b62f75a60fa5b4ce 17-Oct-2009 Chris Lattner <sabre@nondot.org> Fix PR5211: codegen shouldn't assume that the result of ||/&& is int
anymore. In C++ it is bool.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84308 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/expr.cpp
ffd408a50adb01ae9c0ad92fb5f0981e1ca72df5 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

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
/external/clang/test/CodeGenCXX/expr.cpp
9257700370b2bf9ddba666c472a2ffe8bd376f77 12-Jan-2009 Nuno Lopes <nunoplopes@sapo.pt> make ScalarExprEmitter::EmitCompare() emit the expression with the correct 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
/external/clang/test/CodeGenCXX/expr.cpp