summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_fn.c
Commit message (Expand)AuthorAgeFilesLines
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-231-2/+3
* [preprocessor] For errors at a function macro invocation, also includeArgyrios Kyrtzidis2012-12-141-3/+3
* Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman2012-11-141-0/+6
* Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith2012-06-221-9/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* fix rdar://6816766 - Crash with function-like macro test at end of directive.Chris Lattner2009-04-241-0/+6
* fix the second half of PR4006 and rdar://6807000 by treatingChris Lattner2009-04-201-1/+8
* Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first tokenChris Lattner2009-04-191-0/+6
* Substantially restructure function-like macro argument parsing.Chris Lattner2009-04-181-0/+27