summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/implicit-decl.c
Commit message (Collapse)AuthorAgeFilesLines
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-1/+0
| | | | | | | | | | int test1() { return; } default to an error. llvm-svn: 108108
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-1/+2
| | | | llvm-svn: 93072
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Merge function-return.c into function.cChris Lattner2008-12-181-1/+1
| | | | | | | Fix PR2790 by making a warning an EXTWARN instead of EXTENSION. Add a new EXTENSION warning for "return (some void expression);" llvm-svn: 61187
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-1/+1
| | | | | | "previously defined here" diagnostics all notes. llvm-svn: 59920
* Add explicit support for diagnosing implicit function decls.Steve Naroff2008-04-041-0/+17
Without this, the diagnostic is very confusing. The diag is now consistent with gcc as well. llvm-svn: 49214
OpenPOWER on IntegriCloud