]> granicus.if.org Git - clang/commit
Fix bug which sometimes resulted in further diagnostics being produced after a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Sep 2012 00:53:56 +0000 (00:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Sep 2012 00:53:56 +0000 (00:53 +0000)
commit5d99a252c63a7745bcd71231ca5240d2a65e4f1d
treed269bdf7cf546130a033bb63d388179378996606
parent3d442196134d18ed8ee17576638b758362b60742
Fix bug which sometimes resulted in further diagnostics being produced after a
fatal error. Previously, if a fatal error was followed by a diagnostic which
was suppressed due to a SFINAETrap, we'd forget that we'd seen a fatal error.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164437 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
test/SemaTemplate/instantiate-exception-spec-cxx11.cpp
test/SemaTemplate/instantiation-depth-exception-spec.cpp [new file with mode: 0644]
test/SemaTemplate/instantiation-depth-subst-2.cpp
test/SemaTemplate/instantiation-depth-subst.cpp