[PATCH] D52795: [analyzer][PlistMacroExpansion] Part 3.: Macro arguments are expanded

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 14 11:17:44 PST 2018


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


================
Comment at: lib/StaticAnalyzer/Core/PlistDiagnostics.cpp:982
+  int ParenthesesDepth = 1;
+  while (ParenthesesDepth != 0) {
     ++It;
----------------
xazax.hun wrote:
> Is the misspelling already committed? If not, better fix it in the other revision to keep this smaller. Otherwise, it is fine.
Unfortunately the previous parts of this project are already commited :/


https://reviews.llvm.org/D52795





More information about the cfe-commits mailing list