[PATCH] D129798: [clang-tidy] Rename the make-confusable-table executable

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 01:58:01 PDT 2022


sammccall added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/misc/CMakeLists.txt:10
 else()
-  set(make_confusable_table $<TARGET_FILE:make-confusable-table>)
-  set(make_confusable_table_target make-confusable-table)
+  set(make_confusable_table $<TARGET_FILE:clang-tidy-confusable-chars-gen>)
+  set(make_confusable_table_target clang-tidy-confusable-chars-gen)
----------------
(Should the variable names also be updated?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129798/new/

https://reviews.llvm.org/D129798



More information about the cfe-commits mailing list