summaryrefslogtreecommitdiff
path: root/test/Sema/varargs-x86-64.c
AgeCommit message (Expand)Author
2016-04-24Improve diagnostic checking for va_start to also warn on other instances of u...Aaron Ballman
2016-04-18Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman
2015-09-17Support __builtin_ms_va_list.Charles Davis
2010-09-05print "const intptr_t" instead of "intptr_t const"Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-06Daniel convinced me that accepting "const va_list" arguments to va_arg isChris Lattner
2009-04-05in va_arg diagnostics, print out the unpromoted type. This makes the Chris Lattner
2009-04-05Add a warning for questionable va_args usage.Chris Lattner