hanchenye-llvm-project/clang/test/Preprocessor
Chris Lattner d330036c06 The awesome GNU "comma elision extension" works with both the standard
__VA_ARGS__ syntax as well as with the amazingly awesome GNU "named 
variadic macro" extension.  Allow it with the GNU syntax as well.

llvm-svn: 50843
2008-05-08 05:10:33 +00:00
..
_Pragma-dependency.c
_Pragma-location.c
_Pragma-physloc.c
_Pragma-poison.c
_Pragma-syshdr.c
_Pragma-syshdr2.c
builtin_line.c
c99-6_10_3_3_p4.c
c99-6_10_3_4_p5.c
c99-6_10_3_4_p6.c
c99-6_10_3_4_p7.c
c99-6_10_3_4_p9.c
comment_save.c
comment_save_if.c
comment_save_macro.c
cxx_and.cpp
cxx_bitand.cpp
cxx_bitor.cpp
cxx_compl.cpp
cxx_not.cpp
cxx_not_eq.cpp
cxx_oper_keyword.cpp
cxx_oper_spelling.cpp
cxx_or.cpp
cxx_true.cpp
cxx_xor.cpp
disabled-cond-diags.c
expr_comma.c Fix the rest of PR2279: 2008-05-04 18:36:18 +00:00
expr_invalid_tok.c Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I 2008-05-05 20:07:41 +00:00
expr_liveness.c Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I 2008-05-05 20:07:41 +00:00
expr_usual_conversions.c Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil 2008-05-04 18:25:32 +00:00
file_to_include.h
function_macro_file.c
function_macro_file.h
hash_line.c
hash_space.c
if_warning.c add support for -Wundef. 2008-01-23 17:19:46 +00:00
ifdef-recover.c Use the -E option when invoking clang. Only the preprocessor is 2008-03-21 07:02:04 +00:00
import_self.c
includeexpand.c Use the -E option when invoking clang. Only the preprocessor is 2008-03-21 07:02:04 +00:00
includeexpand2.c
indent_macro.c
macro_arg_keyword.c
macro_defined.c
macro_disable.c
macro_disable2.c
macro_disable3.c
macro_disable4.c
macro_expand.c
macro_expandloc.c
macro_expandloc2.c
macro_fn_comma_swallow.c
macro_fn_disable_expand.c
macro_fn_lparen_scan.c
macro_fn_lparen_scan2.c
macro_fn_placemarker.c
macro_fn_preexpand.c
macro_fn_varargs_iso.c
macro_fn_varargs_named.c The awesome GNU "comma elision extension" works with both the standard 2008-05-08 05:10:33 +00:00
macro_not_define.c
macro_paste_bad.c
macro_paste_bcpl_comment.c
macro_paste_c_block_comment.c
macro_paste_commaext.c Fix a bug where we would incorrectly emit a "cannot paste" error 2008-01-29 07:54:23 +00:00
macro_paste_empty.c
macro_paste_hard.c
macro_paste_hashhash.c
macro_paste_mscomment.c fix this test. 2008-03-22 00:07:50 +00:00
macro_paste_none.c
macro_paste_simple.c add runline, make this test real. 2007-12-12 06:20:18 +00:00
macro_paste_spacing.c
macro_rescan.c
macro_rescan2.c
macro_rescan_varargs.c
macro_rparen_scan.c
macro_rparen_scan2.c add run line 2007-12-12 06:20:40 +00:00
macro_space.c
mi_opt.c Fix a nasty corner case that Neil noticed in PR1900, where we would 2008-01-07 19:50:27 +00:00
mi_opt.h Fix a nasty corner case that Neil noticed in PR1900, where we would 2008-01-07 19:50:27 +00:00
output_paste_avoid.c avoid pasting L + "foo" into L"foo". 2008-01-15 05:22:14 +00:00
paste_bad.c
poison.c
poison_expansion.c
pr2086.c Fix PR2086. 2008-02-25 19:03:15 +00:00
pr2086.h Fix PR2086. 2008-02-25 19:03:15 +00:00
pragma_unknown.c
print_line_track.c The flags on tokens indicate whether they are the start of a *physical* line, 2007-12-09 21:11:08 +00:00
stringize_misc.c
stringize_space.c
stringize_space2.c
undef-error.c Fix CheckEndOfDirective to diagnose lines that contain macros that expand to 2008-02-16 01:20:36 +00:00