[PATCH] D112914: Misleading identifier detection
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 2 04:48:39 PDT 2021
carlosgalvezp added a comment.
Looks good, I guess the license issue still needs to be sorted out?
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-misleading-identifier.rst:6
+
+Finds identifiers that contain Unicode characetrs with right-to-left direction,
+which can be confusing as they may change the understanding of a whole statement
----------------
characters
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-misleading-identifier.rst:10
+
+An exemple of such misleading code follows:
+
----------------
example
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112914/new/
https://reviews.llvm.org/D112914
More information about the cfe-commits
mailing list