Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-07-14 | [Sema] Emit a better diagnostic when variable redeclarations disagree | David Majnemer | 1 | -1/+1 |
2012-12-13 | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman | 1 | -0/+3 |
2012-07-07 | Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by a | Richard Smith | 1 | -0/+2 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 1 | -1/+1 |
2009-12-10 | Fix for PR5515: allow "merging" array bounds both forwards and backwards. | Eli Friedman | 1 | -0/+9 |