[PATCH] D52742: [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 07:52:57 PDT 2018


Szelethus marked 2 inline comments as done.
Szelethus added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:471
+    DisplayMacroExpansions =
+        getBooleanOption("expand-macros", /*Default=*/false);
+  return DisplayMacroExpansions.getValue();
----------------
NoQ wrote:
> Yup, np, let's wait until it lands then.
I'll commit as is, because D53277 is blocked by D53276, and I'd very much like to get this project out of the way as soon as possible.


https://reviews.llvm.org/D52742





More information about the cfe-commits mailing list