aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/stdarg.h
AgeCommit message (Expand)Author
2011-06-20Define va_copy when in C++0x mode; C++0x picked it up from C99.Douglas Gregor
2010-03-08Place the definition of 'va_list' within a preprocessor guard. This matches ...Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-07define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.Chris Lattner
2008-05-29Implementation of stdarg.h.Eli Friedman