aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
AgeCommit message (Expand)Author
2011-08-16MacOSKeychainAPIChecker: Do not report double allocation if first allocation ...Anna Zaks
2011-08-15MacOSKeychainAPIChecker: The security API/memory leak checker should always g...Anna Zaks
2011-08-15Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek
2011-08-15MacOSKeychainAPIChecker: Use llvm::SmallString instead of std::string (as per...Anna Zaks
2011-08-12MacOSKeychainAPIChecker: If the allocated data address entered as an enclosin...Anna Zaks
2011-08-12MacOSKeychainAPIChecker: Anna Zaks
2011-08-12MacOSKeychainAPIChecker: There is no need to use SymbolMetadata to represent ...Anna Zaks
2011-08-05KeychainAPI checker: Track SymbolMetadata instead of MemRegion in checker sta...Anna Zaks
2011-08-05KeychainAPI checker: Generate an error on double allocation. Pull out getAsPo...Anna Zaks
2011-08-04KeychainAPI checker: Track additional pair of SecKeychain APIs. Also, keep ex...Anna Zaks
2011-08-04KeychainAPI checker: Refactor to make it easier to add more allocator/dealloc...Anna Zaks
2011-08-04KeychainAPI checker: refactor to use early exit.Anna Zaks
2011-08-04KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of Symb...Anna Zaks
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