summaryrefslogtreecommitdiff
path: root/test/Analysis/variadic-method-types.m
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2012-08-16Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek
2012-04-06[analyzer] Check that the arguments to NSOrderedSet creation methods are vali...Jordy Rose
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor
2011-04-19Make the VariadicMethodTypeChecker accept block pointers as Objective-C point...Anders Carlsson
2011-04-12Teach VariadicMethodTypeChecker to not crash when processing methods declared...Ted Kremenek
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-03-17Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'.Ted Kremenek
2011-03-17Teach VariadicMethodTypeChecker that CF references are valid arguments to var...Ted Kremenek
2011-03-16VariadicMethodTypeChecker: don't warn for null pointer constants passed to va...Ted Kremenek
2011-03-14Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing ...Ted Kremenek
2011-03-13Add an Objective-C checker that checks that arguments passed to some variadic...Anders Carlsson