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
*
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