[PATCH] D93223: [RFC][analyzer] Create MacroExpansionContext member in AnalysisConsumer and pass down to the diagnostics consumers

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 15 03:57:46 PST 2020


martong added a comment.

Looks quite straight-forward other than that new prototype.



================
Comment at: clang/include/clang/Analysis/PathDiagnostic.h:911
 
+void createHTMLSingleFileDiagnosticConsumer(
+    PathDiagnosticConsumerOptions DiagOpts,
----------------
Why do we need this prototype here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93223



More information about the cfe-commits mailing list