[PATCH] D126183: Implement soft reset of the diagnostics engine.

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 6 09:49:05 PDT 2022


v.g.vassilev added inline comments.


================
Comment at: clang/lib/Interpreter/IncrementalParser.cpp:200
 
     // FIXME: Do not reset the pragma handlers.
+    Diags.Reset(true);
----------------
We should remove this fixme, too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126183



More information about the cfe-commits mailing list