[PATCH] D120511: [clang-format] Allow to set token types final
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 26 23:28:37 PST 2022
owenpan added inline comments.
================
Comment at: clang/lib/Format/FormatToken.h:394
+ }
+ bool typeIsFinalized() const { return TypeIsFinalized; }
----------------
curdeius wrote:
> Nit, to make everyone happy, the function could be called `isTypeFinalized`.
+1.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120511/new/
https://reviews.llvm.org/D120511
More information about the cfe-commits
mailing list