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
...
*
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
*
[analyzer] Move the check for parser errors out of the loop over Decls.
Anna Zaks
2012-03-13
1
-5
/
+5
*
Add new analyzer diagnostic mode where plists can have bugs that span multipl...
Ted Kremenek
2012-03-12
1
-2
/
+15
*
[analyzer] Include inlining call stack depth in plist output.
Ted Kremenek
2012-03-12
1
-12
/
+24
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
13
-28
/
+28
*
[analyzer] Replace a static helper with existing logic. No functionality change.
Jordy Rose
2012-03-11
1
-26
/
+18
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
3
-13
/
+4
*
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-10
4
-13
/
+72
*
Teach RetainCountChecker about mixing method families with explicit annotatio...
Ted Kremenek
2012-03-09
1
-0
/
+30
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
3
-32
/
+54
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
19
-266
/
+230
*
[analyzer] Use call graph to determine order in which functions are
Anna Zaks
2012-03-08
1
-7
/
+88
*
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
2
-8
/
+15
*
Add a basic CallGraph to Analysis.
Anna Zaks
2012-03-08
2
-0
/
+49
*
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-07
1
-1
/
+2
*
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
3
-31
/
+128
*
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-03-06
3
-5
/
+38
*
[analyzer] 'Looping back to the head of the loop' diagnostics are prunable.
Ted Kremenek
2012-03-06
1
-0
/
+1
*
[analyzer] Remove now-unused constant. No functionality change.
Jordy Rose
2012-03-06
1
-2
/
+0
*
[analyzer] Fix unnecessary dyn_cast_or_null. No functionality change.
Jordy Rose
2012-03-06
1
-2
/
+2
*
Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...
Ted Kremenek
2012-03-05
1
-2
/
+18
*
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
1
-0
/
+18
*
[analyzer] Time the execution (per each TU) with -analyzer-stats.
Anna Zaks
2012-03-05
1
-2
/
+18
*
[analyzer] False positive in SelfInit - teach the checker about method
Anna Zaks
2012-03-05
1
-10
/
+35
*
[analyzer] Malloc should assume that ownership is transfered when
Anna Zaks
2012-03-05
1
-1
/
+10
*
Remove a recursive visitation in ExprEngine that is no longer needed because ...
Erik Verbruggen
2012-03-04
1
-53
/
+15
*
[analyzer] do not warn about returning stack-allocated memory when it comes f...
Ted Kremenek
2012-03-03
1
-10
/
+18
*
[analyzer diagnostics] flush locations *before* popping the current path when...
Ted Kremenek
2012-03-02
1
-10
/
+11
*
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-02
3
-9
/
+20
*
[analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di...
Ted Kremenek
2012-03-02
2
-20
/
+36
*
Teach the analyzer to just ignore CXXBindTemporaryExpr. There's nothing spec...
Ted Kremenek
2012-03-01
1
-1
/
+1
*
[analyzer] Fix a regression introduced in malloc with
Anna Zaks
2012-03-01
1
-3
/
+7
*
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
2
-2
/
+2
*
[analyzer] Diagnostics - do not try to cleanup the path with macros, it
Anna Zaks
2012-03-01
1
-3
/
+0
*
Change if...else if...else if... to a switch.
Ted Kremenek
2012-03-01
1
-19
/
+26
*
[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...
Ted Kremenek
2012-02-29
2
-24
/
+60
[prev]
[next]