Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate a diagnostic when a catch handler cannot execute due to class ↵ | Aaron Ballman | 2015-04-08 | 1 | -4/+3 |
| | | | | | | hierarchy inversion with regards to other catch handlers for the same block. llvm-svn: 234375 | ||||
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 1 | -3/+4 |
| | | | | llvm-svn: 229338 | ||||
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ↵ | Aaron Ballman | 2015-02-15 | 1 | -4/+3 |
| | | | | | | macro. NFC; Clang edition. llvm-svn: 229336 | ||||
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
| | | | | llvm-svn: 126599 | ||||
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
| | | | | llvm-svn: 126037 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - 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). llvm-svn: 91446 | ||||
* | Check for identical types in C++ catch expression. Patch by Erik Verbruggen. | Sebastian Redl | 2009-07-29 | 1 | -0/+14 |
llvm-svn: 77475 |