aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/implicit-builtin-decl.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-24Fix a couple of tests.Eli Friedman
2009-03-23Fix PR3855. When we encounter an incompatible redeclaration of aDouglas Gregor
2009-02-18Fix test on platforms where size_t != unsigned long.Eli Friedman
2009-02-17Remove the error about redefining library functions. It's causing tooDouglas Gregor
2009-02-17Static variables and functions won't collide with standard libraryDouglas Gregor
2009-02-16Adopt a more principled approach to invalid declarations:Douglas Gregor
2009-02-14Make it possible for builtins to expression FILE* arguments, so thatDouglas Gregor
2009-02-13Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor