[PATCH] D141959: [clang-format] Fix inconsistent identification of operator&
David K Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 09:01:02 PST 2023
dkt01 marked 4 inline comments as done.
dkt01 added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:123
private:
+ ScopeType getScopeType(FormatToken &Token) {
+ switch (Token.getType()) {
----------------
owenpan wrote:
> As suggested before.
Oops... missed the `const`s last time...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141959/new/
https://reviews.llvm.org/D141959
More information about the cfe-commits
mailing list