NoQ added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:471
+    DisplayMacroExpansions =
+        getBooleanOption("expand-macros", /*Default=*/false);
+  return DisplayMacroExpansions.getValue();
----------------
Yup, np, let's wait until it lands then.


================
Comment at: 
test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist:17-18
+     </dict>
+     <key>name</key><string></string>
+     <key>expansion</key><string></string>
+    </dict>
----------------
They look empty. I don't think this is intended.


https://reviews.llvm.org/D52742



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

Reply via email to