[PATCH] D129799: [clang-tidy] Add CLANG_MAKE_CONFUSABLE_TABLE cmake cache variable to avoid building when cross compiling

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 23:34:19 PDT 2022


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

Mechanics definitely seem reasonable.

I don't have a strong opinion about the name. I don't find it very clear, the missing info being that it's part of clang-**tidy** and it relates to confusable **unicode characters**, but `clang-tidy-make-confusable-characters-table` is probably too much of a mouthful.

I'd be tempted by `clang-tidy-confusable-chars-gen` or so but I'm really just painting the bikeshed at this point - up to you.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129799



More information about the cfe-commits mailing list