index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
implicit-builtin-decl.c
Age
Commit message (
Expand
)
Author
2012-05-08
Fix fmin*/fmax* library builtin signatures.
Douglas Gregor
2012-01-27
Remove the "C" in "implicitly declaring C library function" diagnostic
Jean-Daniel Dupas
2011-01-03
When we attempt to create a built-in that involves a library type we
Douglas Gregor
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-01-09
add a bunch of missing prototypes to tests
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
Fix a couple of tests.
Eli Friedman
2009-03-23
Fix PR3855. When we encounter an incompatible redeclaration of a
Douglas Gregor
2009-02-18
Fix test on platforms where size_t != unsigned long.
Eli Friedman
2009-02-17
Remove the error about redefining library functions. It's causing too
Douglas Gregor
2009-02-17
Static variables and functions won't collide with standard library
Douglas Gregor
2009-02-16
Adopt a more principled approach to invalid declarations:
Douglas Gregor
2009-02-14
Make it possible for builtins to expression FILE* arguments, so that
Douglas Gregor
2009-02-13
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor