summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/variadic-method-types.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-1/+1
* [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
OpenPOWER on IntegriCloud