History log of /external/clang/test/CodeGenCXX/temp-order.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
877efce7a8691d7083c8cae9271181ef8568f715 14-Dec-2012 Nadav Rotem <nrotem@apple.com> Make the test less sensitive to the inline threshold.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170164 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/temp-order.cpp
08e9e453f40aff95a59bd67db49b8f050765e1f0 24-Jan-2010 Anders Carlsson <andersca@mac.com> Fix a nasty bug where temporaries weren't marked as being conditional in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94341 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/temp-order.cpp
9f16f13639860cf90030bde70b7b29227552fffd 23-Jan-2010 Daniel Dunbar <daniel@zuster.org> Fix a FIXME, this test folds to a constant now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94263 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/temp-order.cpp
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 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/temp-order.cpp
30e682e1ef4c5c82b354fe622afad1a3dd8952d7 30-Nov-2009 Daniel Dunbar <daniel@zuster.org> Add missing assignment operator to test, and add tests for while loops and for
loops (including temporaries inside the initializers).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90151 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/temp-order.cpp
f64e44c5400ace9103de08407bb28aaa1b868b18 30-Nov-2009 Daniel Dunbar <daniel@zuster.org> Add more sophisticated test for destruction order of C++ temporaries, please
feel free to extend!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90143 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/temp-order.cpp