aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ARCMT/protected-scope.m.result
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08[arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ↵Argyrios Kyrtzidis1-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
2013-01-04[arcmt] Adds brackets in case statements that "contain" initialization of ↵Argyrios Kyrtzidis1-0/+38
retaining variable, thus emitting the "switch case is in protected scope" error. rdar://12952016 llvm-svn: 171484