Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement warning for non-wide string literals with an unexpected encoding. ↵ | Eli Friedman | 2012-02-11 | 1 | -4/+9 |
| | | | | | | Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. llvm-svn: 150295 | ||||
* | Improve the error message slightly for files that aren't using the expected ↵ | Eli Friedman | 2012-01-25 | 1 | -4/+4 |
| | | | | | | UTF-8 encoding. Patch by Seth Cantrell. llvm-svn: 148991 | ||||
* | Add and update tests for character literals | Seth Cantrell | 2012-01-18 | 1 | -0/+10 |
llvm-svn: 148392 |