Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate a diagnostic when a catch handler cannot execute due to class hierar... | Aaron Ballman | 2015-04-08 | 1 | -4/+3 |
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 1 | -3/+4 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -4/+3 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Check for identical types in C++ catch expression. Patch by Erik Verbruggen. | Sebastian Redl | 2009-07-29 | 1 | -0/+14 |