651f13cea278ec967336033dd032faef0e9fc2ec |
|
24-Apr-2014 |
Stephen Hines <srhines@google.com> |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
478bbf3171cc6ed10e544440b72413b3fdfbb0b6 |
|
21-Feb-2013 |
Bill Wendling <isanbard@gmail.com> |
Try to get buildbots to pass these tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175784 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
3bba3efba0e57071d60b355ed62639f93e37711c |
|
20-Feb-2013 |
Bill Wendling <isanbard@gmail.com> |
Attempt to clean up tests for non-X86 platforms. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
2f98ad38b8e02146ecfc1760160dec676ce6d1e0 |
|
20-Feb-2013 |
Bill Wendling <isanbard@gmail.com> |
Remove target-specific features. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175610 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
f7a9da053f5bd6c18450c1796d953b42c3b7ad3a |
|
20-Feb-2013 |
Bill Wendling <isanbard@gmail.com> |
Modify the tests to use attribute group references instead of listing the function attributes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175606 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
708f69bcc1be715efd1e9f46266a9c1ead184be6 |
|
17-Oct-2012 |
Richard Smith <richard-llvm@metafoo.co.uk> |
DR1492: In a definition of a destructor, the exception specification must be explicitly specified iff it was specified in the declaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166071 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
762bb9d0ad20320b9f97a841dce57ba5e8e48b07 |
|
14-Oct-2011 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Update all tests other than Driver/std.cpp to use -std=c++11 rather than -std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
2e283f00fe9502150cf41bb1db70a5cd16693794 |
|
06-Jun-2011 |
Eli Friedman <eli.friedman@gmail.com> |
Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132691 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
a0448264c7da395ca9416c6570bc43a7f49e436b |
|
20-May-2011 |
Sebastian Redl <sebastian.redl@getdesigned.at> |
Fix PR9941 for out-of-line template destructors too. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131722 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
42bef03a0f0462a95eb66b9e63feab0bf596134d |
|
19-May-2011 |
Sebastian Redl <sebastian.redl@getdesigned.at> |
Fix PR9941 again, this time for templates. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131640 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
0ee33912f8ec3453856c8a32ed2c2e8007bed614 |
|
19-May-2011 |
Sebastian Redl <sebastian.redl@getdesigned.at> |
Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131632 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
1d78032167c2f2d470e4270aadcb07ff71e6c7e1 |
|
18-May-2011 |
Sean Hunt <scshunt@csclub.uwaterloo.ca> |
Revert r121528 as it breaks a simple testcase, which leads to, among other things, libcxx not building. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131573 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|
0320a1d7b3305d1aef36ee68b77bebe170e1d30a |
|
18-May-2011 |
Sebastian Redl <sebastian.redl@getdesigned.at> |
Implement implicit exception specifications of destructors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131528 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/special/class.dtor/p3-0x.cpp
|