summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/implicit-builtin-decl.c
Commit message (Expand)AuthorAgeFilesLines
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a couple of tests.Eli Friedman2009-03-241-1/+1
* Fix PR3855. When we encounter an incompatible redeclaration of aDouglas Gregor2009-03-231-4/+16
* Fix test on platforms where size_t != unsigned long.Eli Friedman2009-02-181-1/+1
* Remove the error about redefining library functions. It's causing tooDouglas Gregor2009-02-171-3/+1
* Static variables and functions won't collide with standard libraryDouglas Gregor2009-02-171-1/+0
* Adopt a more principled approach to invalid declarations:Douglas Gregor2009-02-161-6/+24
* Make it possible for builtins to expression FILE* arguments, so thatDouglas Gregor2009-02-141-0/+4
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-0/+22
OpenPOWER on IntegriCloud