[all-commits] [llvm/llvm-project] 371e6f: Revert "[clang-tidy] Confusable identifiers detect...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Jun 3 06:30:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 371e6f8b7fb94c444083ba115fd8edf17d6ba05c
https://github.com/llvm/llvm-project/commit/371e6f8b7fb94c444083ba115fd8edf17d6ba05c
Author: Nico Weber <thakis at chromium.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
R clang-tools-extra/clang-tidy/misc/ConfusableTable/CMakeLists.txt
R clang-tools-extra/clang-tidy/misc/ConfusableTable/build_confusable_table.cpp
R clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt
R clang-tools-extra/clang-tidy/misc/Homoglyph.cpp
R clang-tools-extra/clang-tidy/misc/Homoglyph.h
M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
R clang-tools-extra/docs/clang-tidy/checks/misc-homoglyph.rst
R clang-tools-extra/test/clang-tidy/checkers/misc-homoglyph.cpp
M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
R llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/ConfusableTable/BUILD.gn
Log Message:
-----------
Revert "[clang-tidy] Confusable identifiers detection"
This reverts commit b94db7ed7eaf4a3b21f600653a09c55cab77b79f.
See comments on https://reviews.llvm.org/D112916:
- breaks `check-clangd`, and makes clang-tidy crash on simple inputs
- likely does the wrong thing in cross builds
Also revert follow-up "[gn build] (manually) port b94db7ed7eaf (Confusables.inc)"
This reverts commit 180bae08a04d4dc724cb5e6f2ea9df8641a3f657.
More information about the All-commits
mailing list