summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/protected-scope.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove all DISABLE lines from testsAlp Toker2013-12-081-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 Kyrtzidis2013-01-081-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 Kyrtzidis2013-01-041-0/+36
retaining variable, thus emitting the "switch case is in protected scope" error. rdar://12952016 llvm-svn: 171484
OpenPOWER on IntegriCloud