hanchenye-llvm-project/clang/test/Preprocessor
Chris Lattner d05e44e74e If we see an invalid #ifdef directive, enter a conditional compilation region
so that we don't emit an error on the #endif.  Suggestion by Neil.

llvm-svn: 42258
2007-09-24 05:14:57 +00:00
..
_Pragma-dependency.c
_Pragma-location.c
_Pragma-physloc.c
_Pragma-poison.c Make this testcase pass the right arg. 2006-08-06 18:31:20 +00:00
_Pragma-syshdr.c
_Pragma-syshdr2.c
builtin_line.c
c99-6_10_3_3_p4.c new testcase 2006-07-29 07:19:41 +00:00
c99-6_10_3_4_p5.c testcase from the c99 standard 2006-07-29 06:48:55 +00:00
c99-6_10_3_4_p6.c new testcase 2006-07-29 06:59:47 +00:00
c99-6_10_3_4_p7.c new testcase 2006-07-29 07:08:39 +00:00
c99-6_10_3_4_p9.c new testcase 2006-07-29 07:19:41 +00:00
comment_save.c Testcases for comment saving modes, -C and -CC. 2006-07-29 06:41:10 +00:00
comment_save_if.c new testcase 2006-10-27 05:43:33 +00:00
comment_save_macro.c Testcases for comment saving modes, -C and -CC. 2006-07-29 06:41:10 +00:00
cxx_and.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_bitand.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_bitor.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_compl.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_not.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_not_eq.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_oper_keyword.cpp improve this test to also check -fno-operator-keywords. 2006-12-04 18:00:36 +00:00
cxx_oper_spelling.cpp check minutia of the standard. 2006-11-21 17:31:32 +00:00
cxx_or.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
cxx_true.cpp Fix run line 2007-04-10 07:06:36 +00:00
cxx_xor.cpp Add support for C++ operator keywords. Patch by Bill Wendling. 2006-11-21 17:23:33 +00:00
define_other_target.c new testcase 2006-10-14 19:53:37 +00:00
define_target.c new testcase for #define_target. 2006-10-14 19:09:13 +00:00
disabled-cond-diags.c
expr_liveness.c new testcase 2007-04-10 05:25:39 +00:00
expr_usual_conversions.c Warn when performing 'usual' conversions that require a sign change. This 2007-04-11 04:14:45 +00:00
file_to_include.h
function_macro_file.c Correctly respect C99 5.1.1.2p4 when searching for the first '(' of 2007-07-19 00:07:36 +00:00
function_macro_file.h Correctly respect C99 5.1.1.2p4 when searching for the first '(' of 2007-07-19 00:07:36 +00:00
hash_line.c
hash_space.c
ifdef-recover.c If we see an invalid #ifdef directive, enter a conditional compilation region 2007-09-24 05:14:57 +00:00
includeexpand.c
includeexpand2.c implement a missing feature in the #include handler, where 2007-07-23 04:56:47 +00:00
indent_macro.c
macro_arg_keyword.c new testcase 2006-10-20 05:08:12 +00:00
macro_defined.c
macro_disable.c new testcase 2006-07-19 08:13:21 +00:00
macro_disable2.c new testcase 2006-07-19 08:13:21 +00:00
macro_disable3.c new testcase 2006-07-27 06:17:55 +00:00
macro_expand.c new testcase 2006-10-06 02:59:40 +00:00
macro_expandloc.c
macro_expandloc2.c
macro_fn_comma_swallow.c new testcase for the GNU comma swallow extension. 2006-07-29 04:39:12 +00:00
macro_fn_disable_expand.c
macro_fn_lparen_scan.c
macro_fn_lparen_scan2.c Tweak expected results do to paste avoidance. 2006-07-28 06:55:35 +00:00
macro_fn_placemarker.c new testcase for placemarker handling. 2006-07-29 04:09:49 +00:00
macro_fn_preexpand.c
macro_fn_varargs_iso.c new testcase for __VA_ARGS__ 2006-07-29 04:03:59 +00:00
macro_fn_varargs_named.c new testcase 2006-07-29 01:24:46 +00:00
macro_not_define.c new testcase 2006-07-19 08:13:21 +00:00
macro_paste_bad.c
macro_paste_bcpl_comment.c
macro_paste_c_block_comment.c
macro_paste_empty.c Add test for pasting empty formals 2006-07-28 05:13:36 +00:00
macro_paste_hard.c Add test for pasting empty formals 2006-07-28 05:13:36 +00:00
macro_paste_hashhash.c
macro_paste_none.c new testcase 2006-07-29 06:44:19 +00:00
macro_paste_simple.c
macro_paste_spacing.c
macro_rescan.c Tweak expected results do to paste avoidance. 2006-07-28 06:55:35 +00:00
macro_rescan2.c
macro_rescan_varargs.c new testcase 2006-07-29 07:32:40 +00:00
macro_rparen_scan.c
macro_rparen_scan2.c new testcase 2006-07-30 07:33:49 +00:00
macro_space.c
output_paste_avoid.c new testcase for paste avoidance 2006-07-28 06:54:07 +00:00
paste_bad.c make this harder 2006-10-25 06:21:19 +00:00
poison.c
poison_expansion.c
pragma_unknown.c
stringize_misc.c new testcase 2006-07-30 07:20:09 +00:00
stringize_space.c
stringize_space2.c Fix a stringizing bug that Neil noticed. We should preprocess this: 2007-07-19 16:11:58 +00:00