jkorous added a reviewer: jkorous.
jkorous added inline comments.

================
Comment at: clang/lib/Lex/PPDirectives.cpp:1875
+  // Stop further preprocessing if a fatal error has occurred. Any diagnostics
+  // we might have raised will not be visible.
+  if (ShouldEnter && Diags->hasFatalErrorOccurred())
----------------
I am not sure I understand this - does that mean that we are not displaying 
diagnostics that were produced before "now"?


https://reviews.llvm.org/D48786



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to