summaryrefslogtreecommitdiff
path: root/test/Sema/implicit-builtin-decl.c
AgeCommit message (Expand)Author
2014-07-11Consolidate header inclusion diagnosticsAlp Toker
2014-04-02Add the location of Decls to ast dump.David Blaikie
2014-01-22Don't forget about a builtin if we're about to redeclare it and we couldn'tRichard Smith
2012-05-08Fix fmin*/fmax* library builtin signatures.Douglas Gregor
2012-01-27Remove the "C" in "implicitly declaring C library function" diagnosticJean-Daniel Dupas
2011-01-03When we attempt to create a built-in that involves a library type weDouglas Gregor
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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