History log of /llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp (Results 101 – 105 of 105)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 08be9b99 04-Aug-2011 Anna Zaks <ganna@apple.com>

KeychainAPI checker: Refactor to make it easier to add more allocator/deallocator API pairs. Add the allocator function ID to the checker state. Better comments.

llvm-svn: 136889


# 4aa34a53 04-Aug-2011 Anna Zaks <ganna@apple.com>

KeychainAPI checker: refactor to use early exit.

llvm-svn: 136852


# 388c18ec 04-Aug-2011 Anna Zaks <ganna@apple.com>

KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of SymbolicRef since the address might not be a symbolic value in some cases, for example in fooOnlyFree() test.

llvm-svn: 136851


# 9ab728bb 02-Aug-2011 Anna Zaks <ganna@apple.com>

KeychainAPI checker: only check the paths on which the allocator function returned noErr. (+ minor cleanup)

llvm-svn: 136694


# 15f496c1 01-Aug-2011 Anna Zaks <ganna@apple.com>

Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value

Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value of the allocator functions, nor the actual bug reporting..

llvm-svn: 136659

show more ...


12345