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
/
test
/
Sema
/
implicit-builtin-decl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
1
-1
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix a couple of tests.
Eli Friedman
2009-03-24
1
-1
/
+1
*
Fix PR3855. When we encounter an incompatible redeclaration of a
Douglas Gregor
2009-03-23
1
-4
/
+16
*
Fix test on platforms where size_t != unsigned long.
Eli Friedman
2009-02-18
1
-1
/
+1
*
Remove the error about redefining library functions. It's causing too
Douglas Gregor
2009-02-17
1
-3
/
+1
*
Static variables and functions won't collide with standard library
Douglas Gregor
2009-02-17
1
-1
/
+0
*
Adopt a more principled approach to invalid declarations:
Douglas Gregor
2009-02-16
1
-6
/
+24
*
Make it possible for builtins to expression FILE* arguments, so that
Douglas Gregor
2009-02-14
1
-0
/
+4
*
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-02-13
1
-0
/
+22