summaryrefslogtreecommitdiff
path: root/test/Sema/predefined-function.c
Commit message (Expand)AuthorAgeFilesLines
* 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