[PATCH] D140956: [clang-format] Add an option for breaking after C++ attributes
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 4 01:43:03 PST 2023
owenpan added inline comments.
================
Comment at: clang/lib/Format/FormatToken.h:324
+ /// \c true if this token starts a C++ attribute.
+ unsigned StartsCppAttribute : 1;
+
----------------
Can be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140956/new/
https://reviews.llvm.org/D140956
More information about the cfe-commits
mailing list