This revision was automatically updated to reflect the committed changes.
Closed by commit rG8fdedcd1a242: [clang-tidy] Optimize
misc-confusable-identifiers (authored by PiotrZSL).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151594/new/
https://re
PiotrZSL updated this revision to Diff 530185.
PiotrZSL added a comment.
Add comment to code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151594/new/
https://reviews.llvm.org/D151594
Files:
clang-tools-extra/clang-tidy/misc/ConfusableIdentifier
serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
This revision is now accepted and ready to land.
LGTM with a minor nit. Thanks for the optimization!
Comment at: clang-tools-extra/clang-tidy/misc/ConfusableIdentifierCheck.cpp:124
+if (ND0->getAcc
PiotrZSL added a comment.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151594/new/
https://reviews.llvm.org/D151594
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
PiotrZSL created this revision.
PiotrZSL added reviewers: serge-sans-paille, carlosgalvezp, njames93.
Herald added a subscriber: xazax.hun.
Herald added a project: All.
PiotrZSL requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Th