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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.
Anna Zaks
2012-03-30
3
-0
/
+16
*
[analyzer] Do not inline functions which previously reached max block
Anna Zaks
2012-03-30
3
-4
/
+15
*
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-28
3
-5
/
+5
*
[analyser] Stats checker: do not mark a node as exhausted if we will
Anna Zaks
2012-03-28
2
-26
/
+20
*
[analyzer] Refactor: Use Decl when determining if the Block belongs to
Anna Zaks
2012-03-28
1
-7
/
+6
*
Fix suspicious comparison reported by PVS-Studio!
Ted Kremenek
2012-03-28
1
-1
/
+1
*
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
5
-71
/
+182
*
[analyzer] Stats checker: minor interprocedural tweaks.
Anna Zaks
2012-03-27
1
-15
/
+20
*
[analyzer] Stats: Only count the number of times we run path sensitive
Anna Zaks
2012-03-27
1
-2
/
+3
*
Change RetainCountChecker to eagerly "escape" retained objects when they are
Ted Kremenek
2012-03-27
1
-0
/
+6
*
[analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue.
Anna Zaks
2012-03-26
1
-1
/
+2
*
[analyzer] Tighten up the realloc() failure path note generation...make sure ...
Jordy Rose
2012-03-24
1
-22
/
+31
*
[analyzer] Restart path diagnostic generation if any of the visitors change t...
Jordy Rose
2012-03-24
2
-34
/
+65
*
[analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able ...
Jordy Rose
2012-03-24
3
-3
/
+13
*
Avoid applying retain/release effects twice in RetainCountChecker when a func...
Ted Kremenek
2012-03-23
3
-7
/
+13
*
corrected check::EndOfTranslationUnit checker name and added 'const' to decla...
Anton Yartsev
2012-03-23
1
-3
/
+3
*
Fix static analyzer crash on code taking the address of a field. Fixes PR 11...
Ted Kremenek
2012-03-22
1
-0
/
+7
*
[analyzer] Add the stat for the number of successfully explored paths.
Anna Zaks
2012-03-22
1
-1
/
+5
*
[analyzer] Add stats useful for coverage investigations.
Anna Zaks
2012-03-22
2
-0
/
+24
*
[analyzer] Add inlining awareness to the block coverage computation
Anna Zaks
2012-03-22
1
-5
/
+12
*
"Teach" RetainCountChecker about dispatch_set_context, which can indirectly f...
Ted Kremenek
2012-03-22
1
-0
/
+8
*
[analyzer] Malloc: drop symbols captured by blocks.
Anna Zaks
2012-03-22
1
-0
/
+42
*
Remove unused variable, fix indentation.
Benjamin Kramer
2012-03-21
1
-7
/
+5
*
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-21
3
-18
/
+65
*
[analyser] Factor out FindUniqueBinding from RetainCount checker.
Anna Zaks
2012-03-21
2
-33
/
+19
*
[analyzer] Mark a failed-realloc's result as an interesting symbol between th...
Jordy Rose
2012-03-18
1
-3
/
+27
*
[analyzer] Use a FoldingSet to cache simple RetainSummary instances, rather t...
Jordy Rose
2012-03-18
1
-40
/
+58
*
[analyzer] Unify retain-count summary generation for class and instance metho...
Jordy Rose
2012-03-17
1
-53
/
+26
*
[analyzer] Remove duplicate work on deriving method behavior. No functionalit...
Jordy Rose
2012-03-17
1
-83
/
+74
*
StaticAnalyzer: Fix abuse of StringRef in r152962.
NAKAMURA Takumi
2012-03-17
1
-1
/
+1
*
[analyzer] Don't claim an object was returned with +1 retain count before cou...
Jordy Rose
2012-03-17
1
-4
/
+8
*
[analyzer] Shorten the stack hint diagnostic.
Anna Zaks
2012-03-16
2
-9
/
+12
*
[analyzer] Create symbol-aware stack hints (building upon r152837).
Anna Zaks
2012-03-16
3
-20
/
+142
*
[analyzer] +Comments
Anna Zaks
2012-03-16
1
-5
/
+9
*
[analyzer] Add a statistic for the number of times we reach the max
Anna Zaks
2012-03-16
1
-1
/
+10
*
Fix analyzer crash on analyzing 'catch' with no condition variable.
Ted Kremenek
2012-03-16
1
-0
/
+5
*
[analyzer] If a metadata symbol is interesting, its region is interesting as ...
Jordy Rose
2012-03-15
1
-1
/
+6
*
[analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ ...
Jordy Rose
2012-03-15
3
-78
/
+1
*
[analyzer] Allow checkers to supply call stack diagnostic hints for the
Anna Zaks
2012-03-15
3
-5
/
+51
*
'#if 0' out a variable that's only used in other preprocessor-disabled code.
Matt Beaumont-Gay
2012-03-14
1
-0
/
+2
*
[analyzer] Diagnostics: Supply Caller information even if the bug occurs
Anna Zaks
2012-03-14
2
-7
/
+12
*
[Analyser] Remove unnecessary recursive visits for ExprWithCleanups and
Erik Verbruggen
2012-03-14
2
-24
/
+19
*
[Analyser] Removes more recursive visitations in ExprEngine that are no
Erik Verbruggen
2012-03-14
1
-86
/
+10
*
[analyser] Refactor shouldInline logic into a helper.
Anna Zaks
2012-03-13
1
-8
/
+19
*
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
Anna Zaks
2012-03-13
1
-8
/
+6
*
[analyzer] Change the order in which we analyze the functions under
Anna Zaks
2012-03-13
1
-7
/
+11
*
[analyzer] Use BFS over call graph when analysing functions.
Anna Zaks
2012-03-13
1
-22
/
+38
*
[analyzer] Refactor CallGraph to use Recursive AST visitor when
Anna Zaks
2012-03-13
1
-6
/
+5
*
[analyzer] Use recursive AST visitor to drive simple visitation order in
Anna Zaks
2012-03-13
1
-106
/
+95
*
[analyzer] Minor: factor out logic for determining if we should skip a
Anna Zaks
2012-03-13
1
-4
/
+13
[next]