| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check exception specification with __cplusplus. | Logan Chien | 2014-05-10 | 1 | -1/+1 |
| | | | | | | | | | | To allow the compilation with gcc, we can't use the __has_feature(cxx_noexcept) to detect the default destructor exception specification, which is noexcept(true) by default in C++11. We should use __cplusplus >= 201103L instead. llvm-svn: 208465 | ||||
| * | Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it ↵ | Howard Hinnant | 2012-01-31 | 1 | -1/+7 |
| | | | | | | | occasionally causes clang to crash. Put a noexcept(false) on a throwing destructor in test_vector1.cpp. The test now passes for both C++03 and C++11 modes. Add testit script. All tests are now PASSING :-) llvm-svn: 149413 | ||||
| * | Clean up the vector tests | Marshall Clow | 2011-06-13 | 1 | -1/+50 |
| | | | | | llvm-svn: 132921 | ||||
| * | Implement vector new and delete functionality | Marshall Clow | 2011-06-10 | 1 | -0/+207 |
| llvm-svn: 132832 | |||||

