[PATCH] D135422: [clang-format] Fix misattributing preprocessor directives to macros

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 19:32:54 PDT 2022


owenpan added inline comments.


================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:654
         break;
+      if(Line->InMacroBody != InMacroBody)
+        break;
----------------
Did you run `git-clang-format`?


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

https://reviews.llvm.org/D135422



More information about the cfe-commits mailing list