summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/scope-check.m
Commit message (Expand)AuthorAgeFilesLines
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-14/+14
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-14/+14
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* add support for goto checking and @synchronized blocks,Chris Lattner2009-04-211-0/+10
* test that vlas are checked in an objc method context.Chris Lattner2009-04-191-0/+16
* the scope checker does work with objc methods, add testcase.Chris Lattner2009-04-181-2/+15
* I didn't understand how @catches were chained. Now that I get it, fixChris Lattner2009-04-181-2/+2
* reject invalid jumps among pieces of @try blocks. This seems to workChris Lattner2009-04-181-3/+34
* improve wording of scope violation error messages.Chris Lattner2009-04-181-1/+1
* rename testChris Lattner2009-04-181-0/+33