[PATCH] D112916: [clang-tidy] Confusable identifiers detection
serge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 12:09:49 PDT 2022
serge-sans-paille updated this revision to Diff 436506.
serge-sans-paille retitled this revision from "Confusable identifiers detection" to "[clang-tidy] Confusable identifiers detection".
serge-sans-paille added a comment.
Herald added a subscriber: xazax.hun.
Address reviews
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112916/new/
https://reviews.llvm.org/D112916
Files:
clang-tools-extra/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/ConfusableTable/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/ConfusableTable/build_confusable_table.cpp
clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt
clang-tools-extra/clang-tidy/misc/Homoglyph.cpp
clang-tools-extra/clang-tidy/misc/Homoglyph.h
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/misc-homoglyph.rst
clang-tools-extra/test/clang-tidy/checkers/misc-homoglyph.cpp
More information about the cfe-commits
mailing list