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
/
MallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Make Malloc aware of inter-procedural execution + basic
Anna Zaks
2012-02-20
1
-2
/
+7
*
[analyzer] Fix another false positive in the Malloc Checker, by making
Anna Zaks
2012-02-17
1
-0
/
+2
*
[analyzer] Malloc Checker: Clean up bug naming:
Anna Zaks
2012-02-16
1
-15
/
+13
*
[analyzer] Malloc Checker: Make the diagnostic visitor handle the case
Anna Zaks
2012-02-16
1
-22
/
+74
*
[analyzer] Malloc Checker: Give up when a pointer escapes into a struct.
Anna Zaks
2012-02-16
1
-0
/
+6
*
[analyzer] Malloc checker: make a bit safer.
Anna Zaks
2012-02-15
1
-2
/
+6
*
[analyzer] Malloc Checker: add support for reallocf, which always frees
Anna Zaks
2012-02-15
1
-22
/
+44
*
[analyzer] Malloc Checker: add support for valloc + minor code
Anna Zaks
2012-02-15
1
-12
/
+19
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-53
/
+100
*
[analyzer] Malloc Checker: realloc: add dependency between the symbols
Anna Zaks
2012-02-14
1
-9
/
+6
*
[analyzer] Malloc Checker: realloc: correct the way we are handing the
Anna Zaks
2012-02-13
1
-8
/
+9
*
[analyzer] Malloc checker: rework realloc handling:
Anna Zaks
2012-02-13
1
-34
/
+80
*
[analyzer] Malloc Checker: reduce false negatives rate by assuming that
Anna Zaks
2012-02-11
1
-6
/
+28
*
[analyzer] Malloc Checker: Report a leak when we are returning freed
Anna Zaks
2012-02-11
1
-0
/
+6
*
[analyzer] Malloc checker: Leak bugs should be suppressed by sinks.
Anna Zaks
2012-02-11
1
-18
/
+28
*
[analyzer] MallocChecker: refactor/improve the symbol escape logic.
Anna Zaks
2012-02-11
1
-71
/
+103
*
[analyzer] MallocChecker Cleanup - harden against crashes, fix an error
Anna Zaks
2012-02-10
1
-12
/
+23
*
Remove unused fun.
Benjamin Kramer
2012-02-09
1
-1
/
+0
*
[analyzer] MallocChecker: address a diagnostic "fixme".
Anna Zaks
2012-02-09
1
-11
/
+11
*
[analyzer] Add custom path diagnostic to the Malloc Checker.
Anna Zaks
2012-02-09
1
-1
/
+77
*
[analyzer] MallocChecker cleanup, more tests.
Anna Zaks
2012-02-09
1
-1
/
+0
*
[analyzer] MallocChecker: implement pessimistic version of the checker,
Anna Zaks
2012-02-08
1
-29
/
+62
*
[analyzer] Split the MallocChecker into two versions - pessimistic and
Anna Zaks
2012-02-08
1
-2
/
+16
*
[analyzer] MallocChecker: convert from using evalCall to
Anna Zaks
2012-02-08
1
-36
/
+33
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-5
/
+5
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-33
/
+33
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-10
/
+14
*
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2012-01-04
1
-8
/
+7
*
Fix 80 col violations.
Ted Kremenek
2012-01-04
1
-13
/
+27
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-5
/
+1
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-15
/
+15
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-12
/
+12
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-6
/
+5
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-1
/
+1
*
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-06
1
-5
/
+9
*
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-04
1
-1
/
+1
*
If size was equal to 0, either NULL or a pointer suitable to be passed to
Zhongxing Xu
2011-09-01
1
-5
/
+2
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-1
/
+1
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-38
/
+38
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-4
/
+4
*
[analyzer] fix bug in malloc checker where the tracked symbol would not prope...
Ted Kremenek
2011-07-28
1
-11
/
+18
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-4
/
+4
*
More accurately model realloc() when the size argument is 0. realloc() with a...
Lenny Maiorani
2011-04-27
1
-11
/
+27
*
Remove a redundant method. We have a const version.
Zhongxing Xu
2011-04-02
1
-0
/
+1
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-79
/
+69
[prev]
[next]