Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all DISABLE lines from tests | Alp Toker | 2013-12-08 | 1 | -1/+0 |
| | | | | | | | | There's no evidence that a 'DISABLE' directive ever existed. Let's see if anything breaks.. llvm-svn: 196733 | ||||
* | [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ↵ | Argyrios Kyrtzidis | 2013-01-08 | 1 | -0/+1 |
| | | | | | | | | | statements, that the case does not "contain" a declaration that is referenced "outside" of it, otherwise we will emit un-compilable code. llvm-svn: 171828 | ||||
* | [arcmt] Adds brackets in case statements that "contain" initialization of ↵ | Argyrios Kyrtzidis | 2013-01-04 | 1 | -0/+36 |
retaining variable, thus emitting the "switch case is in protected scope" error. rdar://12952016 llvm-svn: 171484 |