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
/
ExprEngineC.cpp
Age
Commit message (
Expand
)
Author
2012-04-10
[analyzer] Add support for C++ dynamic_cast.
Anna Zaks
2012-04-06
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-05
Handle symbolicating a reference in an initializer expression that we don't u...
Ted Kremenek
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-22
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-17
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-15
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-14
Remove recusive expression visitation in ExprEngine::VisitIncrementDecrementO...
Ted Kremenek
2012-02-14
Remove recursive visitation in ExprEngine for UO_Not, UO_Minus, UO_LNot.
Ted Kremenek
2012-02-14
Remove recursive visitation in ExprEngine for UO_Deref, UO_AddrOf, and UO_Ext...
Ted Kremenek
2012-02-14
Remove ExprEngine recursive visitation of unary UO_Imag operation.
Ted Kremenek
2012-02-14
Further remove some recursive visitiation in ExprEngine that is no longer nee...
Ted Kremenek
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-16
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-12-28
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-05
[analyzer] Simplify the condition.
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-11-17
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-07
Rip out CK_GetObjCProperty.
John McCall
2011-11-04
Remove unused variables.
Benjamin Kramer
2011-11-01
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-10-29
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-25
[analyzer] Remove unused headers.
Anna Zaks
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] 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-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-10
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-10
When converting a block pointer to an Objective-C pointer type, extend
John McCall
2011-09-09
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-08-28
[analyzer] Remove the ProgramState argument from ExprEngine::evalBind; we wer...
Jordy Rose
2011-08-23
Fix regression in -Wuninitialized involving VLAs. It turns out that we were ...
Ted Kremenek
2011-08-20
[analyzer] Simplify ExprEngine::VisitBinaryOperator() by removing recursive v...
Ted Kremenek
2011-08-20
Start partitioning ExprEngine.cpp into separate .cpp files that handle differ...
Ted Kremenek
[prev]