[PATCH] D138838: Update wrong Unicode code point in confusable-identifiers.rst
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 12:33:11 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb24d89a0428c: Update wrong Unicode code point in confusable-identifiers.rst (authored by rferrandop, committed by aaron.ballman).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138838/new/
https://reviews.llvm.org/D138838
Files:
clang-tools-extra/docs/clang-tidy/checks/misc/confusable-identifiers.rst
Index: clang-tools-extra/docs/clang-tidy/checks/misc/confusable-identifiers.rst
===================================================================
--- clang-tools-extra/docs/clang-tidy/checks/misc/confusable-identifiers.rst
+++ clang-tools-extra/docs/clang-tidy/checks/misc/confusable-identifiers.rst
@@ -12,4 +12,4 @@
.. code-block:: text
int fo; // Initial character is U+0066 (LATIN SMALL LETTER F).
- int 𝐟o; // Initial character is U+1234 (SUPER COOL AWESOME UPPERCASE NOT LATIN F) not U+0066 (LATIN SMALL LETTER F).
+ int 𝐟o; // Initial character is U+1D41F (MATHEMATICAL BOLD SMALL F) not U+0066 (LATIN SMALL LETTER F).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138838.478330.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221128/5fcf4735/attachment.bin>
More information about the cfe-commits
mailing list