Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge function types in C. | Rafael Espindola | 2012-11-29 | 1 | -0/+43 |
* | Add a testcase that r168411 would break. | Rafael Espindola | 2012-11-27 | 1 | -0/+11 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | testcase for rdar://6096412 which already works. | Chris Lattner | 2009-02-11 | 1 | -0/+8 |
* | Handle complex types in ASTContext::mergeTypes | Daniel Dunbar | 2009-01-28 | 1 | -0/+9 |
* | add test for PR2502, which was already fixed some time ago | Nuno Lopes | 2009-01-28 | 1 | -0/+3 |
* | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner | 2008-11-23 | 1 | -2/+2 |
* | Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de... | Steve Naroff | 2008-01-16 | 1 | -2/+2 |
* | Fix crasher when redefining functions. Not 100% pleased with this solution, b... | Steve Naroff | 2008-01-14 | 1 | -2/+13 |
* | improve decl merging logic to be more correct with | Chris Lattner | 2007-11-06 | 1 | -0/+8 |