Age | Commit message (Expand) | Author |
---|---|---|
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-16 | Adopt a more principled approach to invalid declarations: | Douglas Gregor |
2008-11-23 | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner |
2008-11-21 | remove expected-error from #if 0 section of code. | Chris Lattner |
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 |