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).


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).
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to