index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
Age
Commit message (
Expand
)
Author
2012-03-13
[analyzer] Minor: factor out logic for determining if we should skip a
Anna Zaks
2012-03-13
[analyzer] Move the check for parser errors out of the loop over Decls.
Anna Zaks
2012-03-12
Add new analyzer diagnostic mode where plists can have bugs that span multipl...
Ted Kremenek
2012-03-12
[analyzer] Include inlining call stack depth in plist output.
Ted Kremenek
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
[analyzer] Replace a static helper with existing logic. No functionality change.
Jordy Rose
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-09
Teach RetainCountChecker about mixing method families with explicit annotatio...
Ted Kremenek
2012-03-09
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-08
[analyzer] Use call graph to determine order in which functions are
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
Add a basic CallGraph to Analysis.
Anna Zaks
2012-03-07
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-06
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-03-06
[analyzer] 'Looping back to the head of the loop' diagnostics are prunable.
Ted Kremenek
2012-03-06
[analyzer] Remove now-unused constant. No functionality change.
Jordy Rose
2012-03-06
[analyzer] Fix unnecessary dyn_cast_or_null. No functionality change.
Jordy Rose
2012-03-05
Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...
Ted Kremenek
2012-03-05
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
[analyzer] Time the execution (per each TU) with -analyzer-stats.
Anna Zaks
2012-03-05
[analyzer] False positive in SelfInit - teach the checker about method
Anna Zaks
2012-03-05
[analyzer] Malloc should assume that ownership is transfered when
Anna Zaks
2012-03-04
Remove a recursive visitation in ExprEngine that is no longer needed because ...
Erik Verbruggen
2012-03-03
[analyzer] do not warn about returning stack-allocated memory when it comes f...
Ted Kremenek
2012-03-02
[analyzer diagnostics] flush locations *before* popping the current path when...
Ted Kremenek
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-02
[analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di...
Ted Kremenek
2012-03-01
Teach the analyzer to just ignore CXXBindTemporaryExpr. There's nothing spec...
Ted Kremenek
2012-03-01
[analyzer] Fix a regression introduced in malloc with
Anna Zaks
2012-03-01
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
[analyzer] Diagnostics - do not try to cleanup the path with macros, it
Anna Zaks
2012-03-01
Change if...else if...else if... to a switch.
Ted Kremenek
2012-02-29
[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...
Ted Kremenek
2012-02-29
[analyzer] Malloc: A pointer might escape through CFContainers APIs,
Anna Zaks
2012-02-29
Remove a recursive visitiation in ExprEngine that is no longer needed
Erik Verbruggen
2012-02-29
[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...
Ted Kremenek
2012-02-28
[analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...
Ted Kremenek
2012-02-28
[analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces...
Ted Kremenek
2012-02-28
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-28
[analyzer] Retain release: drop the line number info from the leak
Anna Zaks
2012-02-28
[analyzer] Stats: Add the stats about remove dead bindings, correct the
Anna Zaks
2012-02-28
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-28
[analyzer] Fix Malloc False Positive (PR 12100)
Anna Zaks
2012-02-28
[analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...
Ted Kremenek
2012-02-27
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-27
[analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have t...
Ted Kremenek
2012-02-27
[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.
Anna Zaks
[prev]
[next]