summaryrefslogtreecommitdiffstats
path: root/lib/Lex/UnicodeCharSets.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Fix the range for Malayam UCNs in C99.Joey Gouly2014-02-051-1/+1
* Use new UnicodeCharSet interface.Alexander Kornienko2013-08-291-6/+6
* Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for doubl...Alexander Kornienko2013-08-091-89/+1
* Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose2013-02-091-0/+496