hanchenye-llvm-project/clang/test/Lexer
Richard Smith a8a5c402bb Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas!
Also provide a modicum of test coverage for ranged for in C++98.

llvm-svn: 139149
2011-09-06 18:03:41 +00:00
..
11-27-2007-FloatLiterals.c
badstring_in_if0.c
bcpl-escaped-newline.c Speed up BCPL comment lexing by looking aggressively for newlines and then scannig backwards to see if the newline is escaped. 2011-09-05 07:19:39 +00:00
block_cmt_end.c Change magic string "abc" to better magic string "qux". 2011-05-10 20:28:29 +00:00
c90.c
char-escapes.c
clang-keywords.cpp
comment-escape.c
conflict-marker.c
constants.c Warn about and truncate UCNs that are too big for their character literal type. 2011-08-19 03:20:12 +00:00
counter.c
cxx0x_keyword.cpp
cxx0x_keyword_as_cxx98.cpp
cxx0x_raw_string_delim_length.cpp Fix a couple raw string literal tests 2011-08-12 03:20:18 +00:00
cxx0x_raw_string_unterminated.cpp Fix a couple raw string literal tests 2011-08-12 03:20:18 +00:00
digraph.c
dollar-idents.c
escape_newline.c
gnu_keywords.c
has_attribute.cpp
has_extension.c Introduce __has_extension macro 2011-05-13 20:54:45 +00:00
has_extension_cxx.cpp Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
has_feature_c1x.c Introduce __has_extension macro 2011-05-13 20:54:45 +00:00
has_feature_cxx0x.cpp Add test case for defaulted copy and move structure validation. 2011-09-04 18:14:28 +00:00
has_feature_exceptions.cpp
has_feature_objc_arc.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
has_feature_rtti.cpp
has_feature_type_traits.cpp Remember to add a has_feature macro for __underlying_type now that it is 2011-07-18 17:08:00 +00:00
hexfloat.cpp
ms-extensions.c
msdos-cpm-eof.c
multiple-include.c
newline-eof.c Expose no newline at end of file warning under Wnewline-eof flag. 2011-07-22 23:08:19 +00:00
numeric-literal-trash.c
pragma-mark.c
pragma-message.c
pragma-operators.cpp
preamble.c Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be 2011-08-25 20:39:19 +00:00
rdar-8914293.c
rdr-6096838-2.c
rdr-6096838.c
string_concat.cpp Add tests for string literal concatenation. 2011-08-11 05:57:09 +00:00
token-concat-2.c
token-concat.c
unknown-char.c
utf-16.c
utf-16.c.txt
wchar.c Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00