[PATCH] D112019: [clang-format] [PR51412] AlignConsecutiveMacros fights with Visual Studio and resource.h

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 19 13:27:29 PDT 2021


HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added a comment.
This revision is now accepted and ready to land.

Otherwise it looks good.



================
Comment at: clang/include/clang/Format/Format.h:245
+  /// \version 14
+  bool AlignConsecutiveMacrosIgnoreMax;
+
----------------
I before M, so please reorder. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112019



More information about the cfe-commits mailing list