aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/predefined-function.c
AgeCommit message (Expand)Author
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16Adopt a more principled approach to invalid declarations:Douglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-21remove expected-error from #if 0 section of code.Chris Lattner
2008-02-17Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner
2008-01-16Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de...Steve Naroff
2008-01-09Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that...Steve Naroff
2008-01-09Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...Steve Naroff
2007-11-20Improve function decl merging, patch by Oliver Hunt!Chris Lattner