aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers/stdarg.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...Reid Kleckner1-5/+0
2019-05-08Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MSMike Rice1-0/+5
2019-04-08Move the builtin headers to use the new license file header.Chandler Carruth1-19/+3
2017-01-23Guard __gnuc_va_list typedef.Paul Robinson1-2/+1
2014-07-02Added standard macro guard. In case __GNUC_VA_LIST was notYaron Keren1-0/+2
2014-02-19Fix two pedantic issues with our builtin headers. The __STDC_VERSION__Chandler Carruth1-1/+1
2011-06-20Define va_copy when in C++0x mode; C++0x picked it up from C99.Douglas Gregor1-1/+1
2010-03-08Place the definition of 'va_list' within a preprocessor guard. This matches ...Ted Kremenek1-0/+3
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-1/+1
2009-04-07define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.Chris Lattner1-0/+8
2008-05-29Implementation of stdarg.h.Eli Friedman1-0/+39