aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/predefined-function.c
AgeCommit message (Expand)Author
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