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

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 03:08:54 PDT 2022


mstorsjo 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)
----------------
sammccall wrote:
> (Should the variable names also be updated?
I guess I could do that for consistency too. (Sorry for not noticing your comment before pushing!)


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