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
/
Core
Age
Commit message (
Expand
)
Author
2011-12-07
[analyzer] Cleanup: use the variable.
Anna Zaks
2011-12-07
[analyzer] Propagate taint through MemRegions.
Anna Zaks
2011-12-06
[analyzer] Add comments related to symbol_iterator
Anna Zaks
2011-12-06
[analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it
Anna Zaks
2011-12-06
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-05
[analyzer] Mark ConstraintManager::canReasonAbout as protected.
Anna Zaks
2011-12-05
[analyzer] Simplify the condition.
Anna Zaks
2011-12-05
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
[analyzer] Remove all uses of ConstraintManager::canResonAbout() from
Anna Zaks
2011-12-05
[analyzer] First step toward removing
Anna Zaks
2011-12-05
[analyzer] Minor improvements on RangeConstraint pretty-printing.
Anna Zaks
2011-12-05
[analyzer] Add ability to do a simple ProgramState dump() without
Anna Zaks
2011-12-01
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
When analyzing a C++ method (without a specific caller), assume 'this' is non...
Ted Kremenek
2011-11-29
Relax RegionStore to allow loads from CodeTextRegions. Apparently you can ac...
Ted Kremenek
2011-11-28
[analyzer] Minor cleanup of SValBuilder: Comments + code reuse.
Anna Zaks
2011-11-18
[analyzer] Warn when non pointer arguments are passed to scanf (only when run...
Anna Zaks
2011-11-17
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
[analyzer] Minor tweaks to the ProgramState::isTainted().
Anna Zaks
2011-11-17
[analyzer] Add a helper method.
Anna Zaks
2011-11-17
[analysis] Constify CheckerContext.
Anna Zaks
2011-11-17
[analyzer] Put CheckerConext::getCalleeName out of line.
Anna Zaks
2011-11-16
Fixed crash with initializer lists and unnamed bitfields in the RegionStore
Jim Goodnow II
2011-11-16
[analyzer] Adding basic building blocks for taint propagation.
Anna Zaks
2011-11-16
[analyzer] Cleanup: Null->0, comments.
Anna Zaks
2011-11-14
[analyzer;Regionstore] handle loads from StringLiteral elements for StringLit...
Ted Kremenek
2011-11-11
[static analyzer] be more specific when running removeDeadBindings. Instead ...
Ted Kremenek
2011-11-10
[static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stm...
Ted Kremenek
2011-11-07
Rip out CK_GetObjCProperty.
John McCall
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-11-04
Remove unused variables.
Benjamin Kramer
2011-11-02
Fix various minor issues find via unreachable code warnings, from
Douglas Gregor
2011-11-02
Remove virtually empty file.
Benjamin Kramer
2011-11-01
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
[analyzer] Fix PR11282 - an assert in markAsSink
Anna Zaks
2011-11-01
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-11-01
[analyzer] BranchNodeBuilder should not generate autotransitions.
Anna Zaks
2011-11-01
[analyzer] Remove the CheckerContext's destructor.
Anna Zaks
2011-10-29
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-27
[analyzer] Move enqueueEndOfFunction into CoreEngine.
Anna Zaks
2011-10-27
[analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes.
Anna Zaks
2011-10-26
[analyzer] GenericNodeBuilder -> NodeBuilder.
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
[analyzer] Remove unused headers.
Anna Zaks
2011-10-25
[analyzer] Make branch for condition callback use CheckerContext
Anna Zaks
2011-10-25
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-24
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
[analyzer] Remove the old StmtNodeBuilder.
Anna Zaks
2011-10-24
[analyzer] Completely remove the global Builder object.
Anna Zaks
[next]