erichkeane added inline comments.

================
Comment at: clang/lib/Parse/Parser.cpp:2618
+  // Only warn about this once.
+  if (!Actions.WarnedStackExhausted) {
+    Diag(Loc, diag::warn_stack_exhausted);
----------------
Another concern here: Do we properly initialize "Actions" in the case where we 
don't have a semantic Action?  That is, if we are just preprocessing?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124915/new/

https://reviews.llvm.org/D124915

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

Reply via email to