aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/stdarg.h
AgeCommit message (Collapse)Author
2010-03-08Place the definition of 'va_list' within a preprocessor guard. This matches ↵Ted Kremenek
the behavior of GCC, and avoids potential conflicts with system headers (e.g., stdio.h). Fixes <rdar://problem/7727145>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98003 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81346 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-07define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.Chris Lattner
Fixes rdar://6759546, some code that actually used __va_copy because they thought it was "more portable". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68503 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-29Implementation of stdarg.h.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51672 91177308-0d34-0410-b5e6-96231b3b80d8