[cfe-commits] [PATCH] Support for universal character names in identifiers

Richard Smith richard at metafoo.co.uk
Wed Jan 23 19:23:57 PST 2013


  This looks great, thanks!


================
Comment at: lib/Lex/Lexer.cpp:2770
@@ +2769,3 @@
+  //   string literal corresponds to a control character (in either of the
+  //   ranges 0x00–0x1F or 0x7F–0x9F, both inclusive) or to a character in the
+  //   basic source character set, the program is ill-formed.
----------------
Please replace these UTF-8 dashes with ASCII :)


http://llvm-reviews.chandlerc.com/D312



More information about the cfe-commits mailing list