[PATCH] D120511: [clang-format] Allow to set token types final
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 25 12:57:45 PST 2022
owenpan added inline comments.
================
Comment at: clang/lib/Format/FormatToken.h:382
+ }
+ bool typeIsFinalized() const { return TypeIsFinalized; }
----------------
I thought you didn't like using the same [[ https://reviews.llvm.org/D116316#inline-1112220 | name ]] for both a variable and function. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120511/new/
https://reviews.llvm.org/D120511
More information about the cfe-commits
mailing list