summaryrefslogtreecommitdiff
path: root/test/Sema/implicit-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Convert SemaDecl.cpp to pass callback objects to CorrectTypo.Kaelyn Uhrain2012-01-181-2/+10
* Only do typo correction for implicit function decls whenHans Wennborg2011-12-081-3/+3
* Suggest typo corrections for implicit function declarations.Hans Wennborg2011-12-061-1/+8
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-1/+0
* 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
* Merge function-return.c into function.cChris Lattner2008-12-181-1/+1
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-1/+1
* Add explicit support for diagnosing implicit function decls.Steve Naroff2008-04-041-0/+17