summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/ucn-allowed-chars.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the range for Malayam UCNs in C99.Joey Gouly2014-02-051-1/+1
| | | | llvm-svn: 200845
* Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose2013-02-091-0/+78
Add warnings under -Wc++11-compat, -Wc++98-compat, and -Wc99-compat when a particular UCN is incompatible with a different standard, and -Wunicode when a UCN refers to a surrogate character in C++03. llvm-svn: 174788
OpenPOWER on IntegriCloud