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
/
Core
/
ExprEngineC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-06
1
-4
/
+4
*
Handle symbolicating a reference in an initializer expression that we don't u...
Ted Kremenek
2012-04-05
1
-1
/
+6
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-0
/
+1
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-9
/
+7
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-0
/
+1
*
Remove recusive expression visitation in ExprEngine::VisitIncrementDecrementO...
Ted Kremenek
2012-02-14
1
-75
/
+70
*
Remove recursive visitation in ExprEngine for UO_Not, UO_Minus, UO_LNot.
Ted Kremenek
2012-02-14
1
-50
/
+39
*
Remove recursive visitation in ExprEngine for UO_Deref, UO_AddrOf, and UO_Ext...
Ted Kremenek
2012-02-14
1
-12
/
+7
*
Remove ExprEngine recursive visitation of unary UO_Imag operation.
Ted Kremenek
2012-02-14
1
-18
/
+10
*
Further remove some recursive visitiation in ExprEngine that is no longer nee...
Ted Kremenek
2012-02-14
1
-16
/
+10
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-19
/
+19
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+5
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-49
/
+79
*
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-28
1
-6
/
+4
*
[analyzer] Simplify the condition.
Anna Zaks
2011-12-05
1
-3
/
+1
*
[analyzer] Remove all uses of ConstraintManager::canResonAbout() from
Anna Zaks
2011-12-05
1
-5
/
+3
*
[analyzer] First step toward removing
Anna Zaks
2011-12-05
1
-2
/
+1
*
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
1
-1
/
+2
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-4
/
+1
*
Remove unused variables.
Benjamin Kramer
2011-11-04
1
-2
/
+0
*
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-11-01
1
-2
/
+3
*
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-29
1
-2
/
+2
*
[analyzer] Remove unused headers.
Anna Zaks
2011-10-25
1
-1
/
+0
*
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
1
-12
/
+12
*
[analyzer] Completely remove the global Builder object.
Anna Zaks
2011-10-24
1
-10
/
+10
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-49
/
+43
*
[analyzer] Convert VisitDeclStmt to use local node builder.
Anna Zaks
2011-10-24
1
-5
/
+12
*
[analyzer] Convert more functions (ex:evalBind()) to iterative builders
Anna Zaks
2011-10-24
1
-13
/
+26
*
[analyzer] Convert VisitUnaryOperator to use short lived Node builders
Anna Zaks
2011-10-24
1
-16
/
+25
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-4
/
+4
*
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-10
1
-4
/
+4
*
When converting a block pointer to an Objective-C pointer type, extend
John McCall
2011-09-10
1
-1
/
+2
*
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-09
1
-1
/
+2
*
[analyzer] Remove the ProgramState argument from ExprEngine::evalBind; we wer...
Jordy Rose
2011-08-28
1
-2
/
+1
*
Fix regression in -Wuninitialized involving VLAs. It turns out that we were ...
Ted Kremenek
2011-08-23
1
-23
/
+2
*
[analyzer] Simplify ExprEngine::VisitBinaryOperator() by removing recursive v...
Ted Kremenek
2011-08-20
1
-121
/
+113
*
Start partitioning ExprEngine.cpp into separate .cpp files that handle differ...
Ted Kremenek
2011-08-20
1
-0
/
+781