| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for ↵ | Alexander Kornienko | 2013-08-09 | 1 | -89/+1 |
| | | | | | | | | | | | | | | | | | double-width characters in FixIt-hints. Summary: This is a follow-up to r187837. Reviewers: gribozavr, jordan_rose Reviewed By: jordan_rose CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1306 llvm-svn: 188056 | ||||
| * | Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). | Jordan Rose | 2013-02-09 | 1 | -0/+496 |
| 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 | |||||

