summaryrefslogtreecommitdiffstats
path: root/test/Analysis/blocks.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* Tweak wording of static analyzer diagnosticTed Kremenek2011-01-251-2/+2
* Add test case showing that a recursive block that captures a block pointer thatTed Kremenek2010-02-161-0/+5
* Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek2010-02-161-0/+16
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add new test case file that focuses on testing analyzer support for blocks.Ted Kremenek2009-12-011-0/+69