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
/
ExprEngine.cpp
Age
Commit message (
Expand
)
Author
2012-01-11
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2012-01-07
[analyzer] Remove CallEnterNodeBuilder and simplify ExprEngine::processCallEn...
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-04
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2011-12-05
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-01
When analyzing a C++ method (without a specific caller), assume 'this' is non...
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-06
Change the AST representation of operations on Objective-C
John McCall
2011-11-01
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
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] 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] Completely remove the global Builder object.
Anna Zaks
2011-10-24
[analyzer] Remove more dependencies from global Builder
Anna Zaks
2011-10-24
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
[analyzer] Convert VisitDeclStmt to use local node builder.
Anna Zaks
2011-10-24
[analyzer] Convert more functions (ex:evalBind()) to iterative builders
Anna Zaks
2011-10-24
[analyzer] Convert VisitUnaryOperator to use short lived Node builders
Anna Zaks
2011-10-24
[analyzer] Use a temporary builder in CheckerContext.
Anna Zaks
2011-10-24
[analyzer] Pass external Dst set to NodeBuilder
Anna Zaks
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-23
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-18
[analyzer] Move predecessor into the NodeBuilder context.
Anna Zaks
2011-10-18
[analyzer] Make NodeBuilder and Pred node loosely coupled
Anna Zaks
2011-10-18
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
[analyzer] Modularize builder use in processBranch.
Anna Zaks
2011-10-18
[analyzer] Pull Pred out of NodeBuilderContext.
Anna Zaks
2011-10-18
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-14
Refactor static analyzer to use simpler interface to constant expression eval...
Richard Smith
2011-10-11
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-10
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-07
Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...
Ted Kremenek
2011-09-30
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
[analyzer] Fix member initialization order. No functionality change.
Jordy Rose
2011-09-02
[analyzer] Move the knowledge of whether or not GC is enabled for the current...
Jordy Rose
2011-08-28
[analyzer] Introduce a new callback for checkers, printState, to be used for ...
Jordy Rose
2011-08-28
[analyzer] Remove the ProgramState argument from ExprEngine::evalBind; we wer...
Jordy Rose
2011-08-28
[analyzer] Eliminate almost all uses of TransferFuncs from ExprEngine.
Jordy Rose
2011-08-27
[analyzer] Change the check::RegionChanges callback to include the regions ex...
Jordy Rose
2011-08-23
Constify the result of CFGStmt::getStmt().
Ted Kremenek
[prev]
[next]