hanchenye-llvm-project/clang/test/Lexer
Ted Kremenek 0883fd5817 Removed option "-parse-ast-check" from clang driver. This is now implemented
using "-parse-ast -verify".

Updated all test cases (using a sed script) that invoked -parse-ast-check to
now use -parse-ast -verify.

Fixed a bug where using "-verify" instead of "-parse-ast-check" would not
correctly create the DiagClient needed to accumulate diagnostics.

llvm-svn: 42365
2007-09-26 20:14:22 +00:00
..
badstring_in_if0.c Submitted by: Bill Wendling 2007-06-27 18:13:04 +00:00
block_cmt_end.c Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
constants.c Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
cxx0x_keyword.cpp Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
cxx0x_keyword_as_cxx98.cpp Add support for C++'0x keywords, patch by Doug Gregor 2007-07-16 04:18:29 +00:00
escape_newline.c Submitted by: Bill Wendling 2007-06-27 18:13:04 +00:00
number.c new testcase 2006-10-17 02:53:13 +00:00
unknown-char.c Submitted by: Bill Wendling 2007-06-27 07:26:41 +00:00