[PATCH] D120315: [clang-format] fix preprocessor nesting afterhttps://github.com/llvm/llvm-project/commit/529aa4b011c4ae808d658022ef643c44dd9b2c9c

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 22 05:47:32 PST 2022


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/FormatToken.h:1077
+  // For internal use by clang-format.
+  IdentifierInfo *kw_clang_format_internal_ident_after_define;
+
----------------
I'd be ok with just

`kw_internal_ident_after_define`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120315



More information about the cfe-commits mailing list