arphaman added a comment. This seems sensible to me.
================ Comment at: include/clang/Basic/Diagnostic.h:764 + /// off extra processing that might be wasteful in this case. + bool areDiagnosticsSuppressedAfterFatalError() const { + return FatalErrorOccurred && SuppressAfterFatalError; ---------------- Looks like this line wasn't formatted with clang-format. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D50462 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits