[PATCH] D112916: Confusable identifiers detection

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 3 07:46:11 PDT 2021


serge-sans-paille added a comment.

In D112916#3102767 <https://reviews.llvm.org/D112916#3102767>, @serge-sans-paille wrote:

> @tonic / @tstellar as members of the LLVM fundation board, can you tell us if it's okay to ship the `confusables.txt` file from https://www.unicode.org/Public/security/latest/confusables.txt and what are the steps to do so? Alternatively, I can ship the derived header and provide an optional rule that fetches `confisables.txt` from its latest version and updates the header file.

Side note: `llvm/include/llvm/Support/ConvertUTF.h` and `llvm/lib/Support/ConvertUTF.cpp` are already licensed under `Copyright 2001-2004 Unicode, Inc.`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112916



More information about the cfe-commits mailing list