llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable
Martin Storsjö 18b4a8bcf3 [clang-tidy] Rename the make-confusable-table executable
Rename it to clang-tidy-confusable-chars-gen, to make its role
clearer in a wider context.

In cross builds, the caller might want to provide this tool
externally (to avoid needing to rebuild it in the cross build).
In such a case, having the tool properly namespaced makes its role
clearer.

This matches how the clang-pseudo-gen tool was renamed in
a43fef05d4 / D126725.

Differential Revision: https://reviews.llvm.org/D129798
2022-07-28 12:00:20 +03:00
..
BuildConfusableTable.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
CMakeLists.txt [clang-tidy] Rename the make-confusable-table executable 2022-07-28 12:00:20 +03:00
confusables.txt [clang-tidy] Confusable identifiers detection 2022-06-22 16:17:20 +02:00