================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
