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] Add a clone() method to BugReporterVisitor, so that we'll be able ...
Jordy Rose
2012-03-24
1
-1
/
+2
*
[analyzer] Replace a static helper with existing logic. No functionality change.
Jordy Rose
2012-03-11
1
-26
/
+18
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
1
-0
/
+12
*
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-28
1
-5
/
+12
*
[analyzer] KeyChainAPI: unique the leaks by allocation site.
Anna Zaks
2012-02-23
1
-21
/
+60
*
[analyzer] Make KeyChainAPI checker inlining-aware.
Anna Zaks
2012-02-21
1
-1
/
+11
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-11
/
+11
*
[analyzer] Rename Store::Retrieve() -> getBinding().
Anna Zaks
2012-01-12
1
-1
/
+1
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-4
/
+6
*
[analyzer] Make KeychainAPI checker less aggressive. radar://10508828
Anna Zaks
2011-12-01
1
-3
/
+5
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-9
/
+3
*
[analyzer] Factor getCalleeName to the checker context.
Anna Zaks
2011-11-16
1
-10
/
+1
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-10
/
+10
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-4
/
+4
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-8
/
+6
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-1
/
+2
*
[analyzer] MacOSKeychainAPIChecker: Simplify getSymbolForRegion by using exis...
Anna Zaks
2011-08-29
1
-7
/
+3
*
Fix: Bug 10798 - [analyzer] Crash when analyzing ICU. (A slight improvement o...
Anna Zaks
2011-08-29
1
-1
/
+1
*
Fix bug 10797: Crash: "cast<Ty>() argument of incompatible type!" assert when...
Anna Zaks
2011-08-29
1
-2
/
+4
*
[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
[prev]