summaryrefslogtreecommitdiffstats
path: root/test/Analysis/variadic-method-types.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Check that the arguments to NSOrderedSet creation methods are vali...Jordy Rose2012-04-061-0/+8
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-1/+0
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-4/+4
* Make the VariadicMethodTypeChecker accept block pointers as Objective-C point...Anders Carlsson2011-04-191-0/+1
* Teach VariadicMethodTypeChecker to not crash when processing methods declared...Ted Kremenek2011-04-121-0/+9
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-2/+2
* Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'.Ted Kremenek2011-03-171-4/+7
* Teach VariadicMethodTypeChecker that CF references are valid arguments to var...Ted Kremenek2011-03-171-1/+3
* VariadicMethodTypeChecker: don't warn for null pointer constants passed to va...Ted Kremenek2011-03-161-0/+1
* Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing ...Ted Kremenek2011-03-141-1/+1
* Add an Objective-C checker that checks that arguments passed to some variadic...Anders Carlsson2011-03-131-0/+77