[PATCH] D112916: Confusable identifiers detection
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 12:04:32 PDT 2022
Mordante added a comment.
Herald added a project: All.
In D112916#3113140 <https://reviews.llvm.org/D112916#3113140>, @tstellar wrote:
> The LLVM Board of Directors will do a legal review of this change. We will give an update in 4-6 weeks.
@tstellar, is there an update from the LLVM Board of Directors regarding using Unicode data?
I'm implementing extended grapheme clustering in libc++ which requires using Unicode data.
Note that MSVC STL (which is using the same license as the LLVM project) already uses Unicode data in the following generated header
https://github.com/microsoft/STL/blob/main/stl/inc/__msvc_format_ucd_tables.hpp
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112916/new/
https://reviews.llvm.org/D112916
More information about the cfe-commits
mailing list