mstorsjo added inline comments.
Comment at:
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/ConfusableTable/BUILD.gn:1
-executable("make-confusable-table") {
+executable("clang-tidy-confusable-chars-gen") {
deps = [ "//llvm/lib/Support" ]
thakis wro
thakis added inline comments.
Comment at:
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/ConfusableTable/BUILD.gn:1
-executable("make-confusable-table") {
+executable("clang-tidy-confusable-chars-gen") {
deps = [ "//llvm/lib/Support" ]
Thanks for a
mstorsjo added inline comments.
Comment at: clang-tools-extra/clang-tidy/misc/CMakeLists.txt:10
else()
- set(make_confusable_table $)
- set(make_confusable_table_target make-confusable-table)
+ set(make_confusable_table $)
+ set(make_confusable_table_target clang-tidy-confus
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG18b4a8bcf355: [clang-tidy] Rename the make-confusable-table
executable (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
sammccall added inline comments.
Comment at: clang-tools-extra/clang-tidy/misc/CMakeLists.txt:10
else()
- set(make_confusable_table $)
- set(make_confusable_table_target make-confusable-table)
+ set(make_confusable_table $)
+ set(make_confusable_table_target clang-tidy-confu