index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
MacOSKeychainAPIChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] MacOSKeychainAPIChecker: Cleanup AllocationState structure.
Anna Zaks
2011-08-25
1
-11
/
+10
*
[analyzer] MacOSKeychainAPIChecker: Add the custom BugReport visitor(which hi...
Anna Zaks
2011-08-25
1
-11
/
+16
*
[analyzer] Do not use references in std::pair.
Anna Zaks
2011-08-24
1
-4
/
+4
*
[analyzer] Unbreak the release buildbot.
Anna Zaks
2011-08-24
1
-2
/
+1
*
[analyzer] MacOSKeychainAPIChecker: Provide reacher diagnostic trace by point...
Anna Zaks
2011-08-24
1
-18
/
+73
*
[analyzer] MacOSKeychainAPIChecker: Add reasoning about functions which MIGHT...
Anna Zaks
2011-08-24
1
-18
/
+59
*
[analyzer] MacOSKeychainAPIChecker: Retrieve the memory region which we are t...
Anna Zaks
2011-08-23
1
-2
/
+8
*
Move creation of the deallocation mismatch report into a separate function fo...
Anna Zaks
2011-08-23
1
-15
/
+32
*
[analyzer] MacOSKeychainAPIChecker: Users of KeyChain API often use free() to...
Anna Zaks
2011-08-22
1
-10
/
+18
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-9
/
+8
*
MacOSKeychainAPIChecker: Do not report double allocation if first allocation ...
Anna Zaks
2011-08-16
1
-17
/
+19
*
MacOSKeychainAPIChecker: The security API/memory leak checker should always g...
Anna Zaks
2011-08-15
1
-10
/
+17
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-15
/
+15
*
MacOSKeychainAPIChecker: Use llvm::SmallString instead of std::string (as per...
Anna Zaks
2011-08-15
1
-7
/
+7
*
MacOSKeychainAPIChecker: If the allocated data address entered as an enclosin...
Anna Zaks
2011-08-12
1
-0
/
+5
*
MacOSKeychainAPIChecker:
Anna Zaks
2011-08-12
1
-38
/
+150
*
MacOSKeychainAPIChecker: There is no need to use SymbolMetadata to represent ...
Anna Zaks
2011-08-12
1
-44
/
+70
*
KeychainAPI checker: Track SymbolMetadata instead of MemRegion in checker sta...
Anna Zaks
2011-08-05
1
-15
/
+33
*
KeychainAPI checker: Generate an error on double allocation. Pull out getAsPo...
Anna Zaks
2011-08-05
1
-12
/
+47
*
KeychainAPI checker: Track additional pair of SecKeychain APIs. Also, keep ex...
Anna Zaks
2011-08-04
1
-14
/
+45
*
KeychainAPI checker: Refactor to make it easier to add more allocator/dealloc...
Anna Zaks
2011-08-04
1
-36
/
+67
*
KeychainAPI checker: refactor to use early exit.
Anna Zaks
2011-08-04
1
-50
/
+52
*
KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of Symb...
Anna Zaks
2011-08-04
1
-16
/
+80
*
KeychainAPI checker: only check the paths on which the allocator function ret...
Anna Zaks
2011-08-02
1
-1
/
+12
*
Add a skeleton for the Keychain Services API Checker. Register it as OSX expe...
Anna Zaks
2011-08-01
1
-0
/
+160