================ Comment at: lib/Lex/UnicodeCharSets.h:29 @@ +28,3 @@ +#ifndef NDEBUG + static llvm::SmallPtrSet<const UnicodeCharRange *, 16> Validated; + if (Validated.count(CharSet.data())) ---------------- Thread safety? http://llvm-reviews.chandlerc.com/D327