| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Define va_copy when in C++0x mode; C++0x picked it up from C99. | Douglas Gregor | 2011-06-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 133438 | ||||
| * | Place the definition of 'va_list' within a preprocessor guard. This matches ↵ | Ted Kremenek | 2010-03-08 | 1 | -0/+3 |
| | | | | | | | the behavior of GCC, and avoids potential conflicts with system headers (e.g., stdio.h). Fixes <rdar://problem/7727145>. llvm-svn: 98003 | ||||
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 81346 | ||||
| * | define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. | Chris Lattner | 2009-04-07 | 1 | -0/+8 |
| | | | | | | | | Fixes rdar://6759546, some code that actually used __va_copy because they thought it was "more portable". llvm-svn: 68503 | ||||
| * | Implementation of stdarg.h. | Eli Friedman | 2008-05-29 | 1 | -0/+39 |
| llvm-svn: 51672 | |||||

