Age | Commit message (Expand) | Author |
---|---|---|
2008-02-17 | Fix PR2042. One remaining issue: we don't currently diagnose | Chris Lattner |
2008-01-16 | Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de... | Steve Naroff |
2008-01-09 | Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that... | Steve Naroff |
2008-01-09 | Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6... | Steve Naroff |
2007-11-20 | Improve function decl merging, patch by Oliver Hunt! | Chris Lattner |