[PATCH] D144170: [clang-format] Add simple macro replacements in formatting.
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 27 11:54:12 PDT 2023
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:4343
+ WhitespaceSensitiveMacros == R.WhitespaceSensitiveMacros &&
+ Macros == R.Macros;
}
----------------
I put a lot of effort into bringing the stuff sorted. And now a change which was completely transparent to me, because of the missing clang-format tag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144170/new/
https://reviews.llvm.org/D144170
More information about the cfe-commits
mailing list