summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/exception-spec-no-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-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 byJohn McCall2011-03-021-3/+4
| | | | | | whether C++ exceptions are enabled, not exceptions in general. PR9358. llvm-svn: 126820
* Disable exception-spec compatibility checking under -fno-exceptions.John McCall2010-05-281-0/+32
Fixes PR7243. llvm-svn: 104942
OpenPOWER on IntegriCloud