Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Semantic checking for exception specifications should be triggered by | John McCall | 2011-03-02 | 1 | -3/+4 |
| | | | | | | whether C++ exceptions are enabled, not exceptions in general. PR9358. llvm-svn: 126820 | ||||
* | Disable exception-spec compatibility checking under -fno-exceptions. | John McCall | 2010-05-28 | 1 | -0/+32 |
Fixes PR7243. llvm-svn: 104942 |