index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Headers
/
stdarg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...
Reid Kleckner
2019-05-08
1
-5
/
+0
*
Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MS
Mike Rice
2019-05-08
1
-0
/
+5
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-19
/
+3
*
Guard __gnuc_va_list typedef.
Paul Robinson
2017-01-23
1
-2
/
+1
*
Added standard macro guard. In case __GNUC_VA_LIST was not
Yaron Keren
2014-07-02
1
-0
/
+2
*
Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
Chandler Carruth
2014-02-19
1
-1
/
+1
*
Define va_copy when in C++0x mode; C++0x picked it up from C99.
Douglas Gregor
2011-06-20
1
-1
/
+1
*
Place the definition of 'va_list' within a preprocessor guard. This matches ...
Ted Kremenek
2010-03-08
1
-0
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-1
/
+1
*
define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.
Chris Lattner
2009-04-07
1
-0
/
+8
*
Implementation of stdarg.h.
Eli Friedman
2008-05-29
1
-0
/
+39