]> granicus.if.org Git - clang/commit
Allow notes to be printed following a fatal error, then suppress any
authorDouglas Gregor <dgregor@apple.com>
Thu, 19 Mar 2009 18:55:06 +0000 (18:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 19 Mar 2009 18:55:06 +0000 (18:55 +0000)
commit525c4b0d1bd1a70bf269adecf91b192f3e6c1a89
treeb822677ff43d423f8312459d5ffe6cd415bcab32
parent76766017c1a490682460caa993b40197126b178a
Allow notes to be printed following a fatal error, then suppress any
diagnostics following those notes.

Make exceeding the template instantiation depth a fatal error.

Thanks to Daniel for pointing out the problem!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67320 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/Warnings.cpp
lib/Basic/Diagnostic.cpp