Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3c2fcf8705023e1d91d1c85dc7c8a4aa2248050b
/
test
/
Lexer
/
string-literal-encoding.c
49d5174
When checking the encoding of an 8-bit string literal, don't just check the
by Richard Smith
· 13 years ago
9135930
Implement warning for non-wide string literals with an unexpected encoding. 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>.
by Eli Friedman
· 13 years ago
0f12507
Improve the error message slightly for files that aren't using the expected UTF-8 encoding. Patch by Seth Cantrell.
by Eli Friedman
· 13 years ago
2fe9b7f
Modify how the -verify flag works. Currently, the verification string and
by Richard Trieu
· 13 years ago
f12e1b9
Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell.
by Eli Friedman
· 13 years ago