summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/keychainAPI.m
AgeCommit message (Expand)Author
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman
2018-11-30[analyzer] Fix the "Zombie Symbols" bug.Artem Dergachev
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
2017-01-13[analyzer] Fix false positives in Keychain API checkerAnna Zaks
2013-01-07[analyzer] Fix a false positive in Secure Keychain API checker.Anna Zaks
2012-11-15[analyzer] Report leaks at the closing brace of a function body.Jordan Rose
2012-08-21[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose
2012-08-16Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks
2012-02-28[analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks
2012-02-28[analyzer] Fix Malloc False Positive (PR 12100)Anna Zaks
2012-02-24[analyzer] Run remove dead bindings before each call.Anna Zaks
2012-02-23[analyzer] KeyChainAPI: unique the leaks by allocation site.Anna Zaks
2012-02-21[analyzer] Make KeyChainAPI checker inlining-aware.Anna Zaks
2011-12-01[analyzer] Make KeychainAPI checker less aggressive. radar://10508828Anna Zaks
2011-08-29Fix: Bug 10798 - [analyzer] Crash when analyzing ICU. (A slight improvement o...Anna Zaks
2011-08-29Fix bug 10797: Crash: "cast<Ty>() argument of incompatible type!" assert when...Anna Zaks
2011-08-24[analyzer] MacOSKeychainAPIChecker: Add reasoning about functions which MIGHT...Anna Zaks
2011-08-22[analyzer] MacOSKeychainAPIChecker: Users of KeyChain API often use free() to...Anna Zaks
2011-08-16MacOSKeychainAPIChecker: Turn it on by default.Anna Zaks
2011-08-16MacOSKeychainAPIChecker: Do not report double allocation if first allocation ...Anna Zaks
2011-08-13MacOSKeychainAPIChecker: Test all APIs.Anna Zaks
2011-08-12MacOSKeychainAPIChecker: If the allocated data address entered as an enclosin...Anna Zaks
2011-08-12MacOSKeychainAPIChecker: Anna Zaks
2011-08-05KeychainAPI checker: Generate an error on double allocation. Pull out getAsPo...Anna Zaks
2011-08-04KeychainAPI checker: forgot to commit the test with r136930. This should fix ...Anna Zaks
2011-08-04KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of Symb...Anna Zaks
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-08-02KeychainAPI checker: only check the paths on which the allocator function ret...Anna Zaks
2011-08-01Add a skeleton for the Keychain Services API Checker. Register it as OSX expe...Anna Zaks