aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/implicit-decl.c
AgeCommit message (Expand)Author
2012-01-18Convert SemaDecl.cpp to pass callback objects to CorrectTypo.Kaelyn Uhrain
2011-12-08Only do typo correction for implicit function decls whenHans Wennborg
2011-12-06Suggest typo corrections for implicit function declarations.Hans Wennborg
2010-07-11fix PR7280 by making the warning on code like this: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
2008-12-18Merge function-return.c into function.cChris Lattner
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-04-04Add explicit support for diagnosing implicit function decls.Steve Naroff