hanchenye-llvm-project/clang/test/CXX/lex
Richard Smith 2a70e65436 Improve diagnostics for UCNs referring to control characters and members of the
basic source character set in C++98. Add -Wc++98-compat diagnostics for same in
literals in C++11. Extend such support to cover string literals as well as
character literals, and mark N2170 as done.

This seems too minor to warrant a release note to me. Let me know if you disagree.

llvm-svn: 152444
2012-03-09 22:27:51 +00:00
..
lex.charset Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
lex.literal Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned long). 2012-03-09 13:17:27 +00:00
lex.pptoken Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
lex.trigraph