summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_fn.c
AgeCommit message (Expand)Author
2013-07-23Add new diagnostic messages when too many arguments are presented to aRichard Trieu
2012-12-14[preprocessor] For errors at a function macro invocation, also includeArgyrios Kyrtzidis
2012-11-14Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman
2012-06-22Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-24fix rdar://6816766 - Crash with function-like macro test at end of directive.Chris Lattner
2009-04-20fix the second half of PR4006 and rdar://6807000 by treatingChris Lattner
2009-04-19Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first tokenChris Lattner
2009-04-18Substantially restructure function-like macro argument parsing.Chris Lattner