Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman | 2012-12-13 | 1 | -0/+3 |
| | | | | | | and make sure additional uses don't get introduced. <rdar://problem/12858424>. llvm-svn: 170081 | ||||
* | Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by a | Richard Smith | 2012-07-07 | 1 | -0/+2 |
| | | | | | | misreduction of PR13290. llvm-svn: 159905 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Fix for PR5515: allow "merging" array bounds both forwards and backwards. | Eli Friedman | 2009-12-10 | 1 | -0/+9 |
llvm-svn: 91044 |