Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-09 | Remove 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-07 | define __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-29 | Implementation of stdarg.h. | Eli Friedman | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51672 91177308-0d34-0410-b5e6-96231b3b80d8 |