summaryrefslogtreecommitdiffstats
path: root/test/Sema/implicit-builtin-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-1/+1
* Add the location of Decls to ast dump.David Blaikie2014-04-021-1/+1
* Don't forget about a builtin if we're about to redeclare it and we couldn'tRichard Smith2014-01-221-0/+9
* Fix fmin*/fmax* library builtin signatures.Douglas Gregor2012-05-081-0/+2
* Remove the "C" in "implicitly declaring C library function" diagnosticJean-Daniel Dupas2012-01-271-1/+1
* When we attempt to create a built-in that involves a library type weDouglas Gregor2011-01-031-1/+4
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* 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