summaryrefslogtreecommitdiff
path: root/test/Sema/predefined-function.c
Commit message (Expand)AuthorAgeFilesLines
* Keep invalid functions as part of the ASTOlivier Goffart2016-06-161-3/+2
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+2
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Adopt a more principled approach to invalid declarations:Douglas Gregor2009-02-161-3/+1
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-4/+4
* remove expected-error from #if 0 section of code.Chris Lattner2008-11-211-2/+2
* Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner2008-02-171-1/+3
* Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de...Steve Naroff2008-01-161-7/+7
* Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that...Steve Naroff2008-01-091-0/+5
* Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...Steve Naroff2008-01-091-1/+5
* Improve function decl merging, patch by Oliver Hunt!Chris Lattner2007-11-201-0/+29