[cfe-commits] [PATCH] Validate C99 and C++03's set of UCNs

Jordan Rose jordan_rose at apple.com
Fri Jan 25 11:29:28 PST 2013



================
Comment at: lib/Lex/CharSets.inc:1
@@ +1,2 @@
+//===--- CharSets.inc - Contains important sets of Unicode characters -----===//
+//
----------------
Richard Smith wrote:
> Why .inc, not a normal self-contained header file?
I was trying to avoid adding more external-linkage symbols, and a .h implies that you can include it more than once. I think you're right now, though.


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



More information about the cfe-commits mailing list