[PATCH] D93776: [clang-format] Add StatementAttributeLikeMacros option

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 23 13:18:29 PST 2020


HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/FormatToken.h:54
   TYPE(FunctionTypeLParen)                                                     \
+  TYPE(StatementAttributeLikeMacro)                                            \
   TYPE(ImplicitStringLiteral)                                                  \
----------------
This one I will move down, it was named differently before and I forgot to resort it after renaming.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93776



More information about the cfe-commits mailing list