aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/exception-spec-no-exceptions.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs1-0/+1
VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
2011-03-02Semantic checking for exception specifications should be triggered byJohn McCall1-3/+4
whether C++ exceptions are enabled, not exceptions in general. PR9358. llvm-svn: 126820
2010-05-28Disable exception-spec compatibility checking under -fno-exceptions.John McCall1-0/+32
Fixes PR7243. llvm-svn: 104942