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
/
Checker
/
GRExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-17
1
-1
/
+3
*
Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked
Zhongxing Xu
2010-03-16
1
-2
/
+80
*
Remove unused headers.
Duncan Sands
2010-03-08
1
-1
/
+0
*
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-05
1
-4
/
+4
*
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-03-04
1
-0
/
+1
*
Don't conjure a symbol for DeclStmts when the variable is a C++ reference.
Ted Kremenek
2010-03-02
1
-5
/
+5
*
Use a GDM to record the returned expression in the state when VisitReturnStmt.
Zhongxing Xu
2010-02-26
1
-10
/
+28
*
Remove derelict GRStmtNodeBuilder::LastNode.
Zhongxing Xu
2010-02-26
1
-1
/
+1
*
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
1
-0
/
+40
*
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
1
-40
/
+0
*
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
1
-1
/
+15
*
Call inliner improvements:
Zhongxing Xu
2010-02-25
1
-0
/
+26
*
Add MacOSXAPIChecker, a meta checker to include various precondition checks f...
Ted Kremenek
2010-02-25
1
-0
/
+1
*
Add UnixAPIChecker, a meta checker to include various precondition checks for...
Ted Kremenek
2010-02-25
1
-0
/
+1
*
Add simpler checker to check if variables captured by a block are uninitialized.
Ted Kremenek
2010-02-16
1
-0
/
+1
*
Convert GRExprEngine's handling of ObjCMessageExprs to use a worklist
Ted Kremenek
2010-02-15
1
-202
/
+208
*
Revert 95541.
Ted Kremenek
2010-02-08
1
-48
/
+46
*
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-08
1
-46
/
+48
*
Cast evaluation no longer touch GRState.
Zhongxing Xu
2010-02-04
1
-10
/
+7
*
static analyzer: handle casts of a function to a function pointer with
Ted Kremenek
2010-02-04
1
-0
/
+1
*
Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add
Ted Kremenek
2010-02-02
1
-0
/
+2
*
Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr().
Ken Dyck
2010-01-27
1
-1
/
+1
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+3325
[prev]