summaryrefslogtreecommitdiffstats
path: root/lib/Headers/stdarg.h
Commit message (Expand)AuthorAgeFilesLines
* Guard __gnuc_va_list typedef.Paul Robinson2017-01-231-2/+1
* Added standard macro guard. In case __GNUC_VA_LIST was notYaron Keren2014-07-021-0/+2
* Fix two pedantic issues with our builtin headers. The __STDC_VERSION__Chandler Carruth2014-02-191-1/+1
* Define va_copy when in C++0x mode; C++0x picked it up from C99.Douglas Gregor2011-06-201-1/+1
* Place the definition of 'va_list' within a preprocessor guard. This matches ...Ted Kremenek2010-03-081-0/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.Chris Lattner2009-04-071-0/+8
* Implementation of stdarg.h.Eli Friedman2008-05-291-0/+39