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
/
Analysis
/
GRExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process cast according to the cast kind. Prepare for more specific cast
Zhongxing Xu
2010-01-22
1
-17
/
+47
*
Fix a serious bug: Tmp3 is the wrong destination set. We should create a new
Zhongxing Xu
2010-01-19
1
-6
/
+6
*
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2010-01-11
1
-5
/
+7
*
Fix overzealous assertion in GRExprEngine::VisitLValue(). A
Ted Kremenek
2010-01-09
1
-7
/
+25
*
When binding an rvalue to a reference, create a temporary object. Use
Zhongxing Xu
2010-01-09
1
-0
/
+25
*
Fix handling in GRExprEngine of 'default' branch in switch statements
Ted Kremenek
2010-01-08
1
-5
/
+12
*
Make static analysis support for C++ 'this' expression context-sensitive. Es...
Ted Kremenek
2010-01-05
1
-2
/
+7
*
Remove references to 'Checker' and 'GRTransferFuncs' from
Ted Kremenek
2010-01-05
1
-11
/
+27
*
Let constraint manager inform checkers that some assumption logic has happend.
Zhongxing Xu
2009-12-31
1
-1
/
+2
*
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-25
1
-2
/
+0
*
Fix typo spotted by MSVC.
Benjamin Kramer
2009-12-25
1
-2
/
+2
*
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
1
-0
/
+6
*
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
1
-0
/
+6
*
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
1
-7
/
+11
*
Add CFG support for the condition variable that can appear in IfStmts in C++ ...
Ted Kremenek
2009-12-23
1
-0
/
+37
*
Add stack trace pretty printing in GRExprEngine::VisitLValue().
Ted Kremenek
2009-12-23
1
-0
/
+4
*
Teach GRExprEngine::VisitLValue to ignore CXXExprWithTempories (for now).
Ted Kremenek
2009-12-23
1
-0
/
+1
*
Teach GRExprEngine::VisitLValue that we don't handle CXXZeroInitValueExprs yet.
Ted Kremenek
2009-12-23
1
-1
/
+2
*
Also treat the type of the subexpression as a pointer in GRExprEngine::VisitC...
Ted Kremenek
2009-12-23
1
-0
/
+1
*
Add basic support for analyzing CastExprs as lvalues.
Ted Kremenek
2009-12-23
1
-3
/
+27
*
Add transfer functions support for visiting an Objective-C message expression...
Ted Kremenek
2009-12-22
1
-38
/
+73
*
Enhance GRExprEngine::VisitCallExpr() to be used in an lvalue context. Uncov...
Ted Kremenek
2009-12-18
1
-5
/
+52
*
Tweak formatting and comments.
Ted Kremenek
2009-12-17
1
-6
/
+4
*
Convert GRExprEngine::VisitCallExpr() to use a worklist instead of recursion ...
Ted Kremenek
2009-12-17
1
-45
/
+64
*
Reduce nesting by using early exits. No functionality change.
Ted Kremenek
2009-12-17
1
-35
/
+46
*
Sort switch statement. No functionality change.
Ted Kremenek
2009-12-17
1
-15
/
+15
*
Fix check in GRExprEngine for the 'main' function to handle NULL IdentifierIn...
Ted Kremenek
2009-12-17
1
-16
/
+17
*
Add a new kind of region: CXXObjectRegion. Currently it has only one
Zhongxing Xu
2009-12-16
1
-15
/
+30
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-16
/
+63
*
Start the ball rolling on C++ support in the static analyzer. For
Ted Kremenek
2009-12-15
1
-0
/
+35
*
Fix: <rdar://problem/7468209> SymbolManager::isLive() should not crash on cap...
Ted Kremenek
2009-12-14
1
-2
/
+3
*
Use insert to avoid destroying existing nodes.
Zhongxing Xu
2009-12-14
1
-1
/
+1
*
Refactor OSAtomic evaluation logic into OSAtomicChecker.
Zhongxing Xu
2009-12-09
1
-150
/
+2
*
Use a temporary destination set such that we can clear fake auto transitions.
Zhongxing Xu
2009-12-09
1
-3
/
+24
*
OSAtomic simulation: use the original region as the location to load from,
Zhongxing Xu
2009-12-09
1
-2
/
+5
*
remove dead code.
Zhongxing Xu
2009-12-09
1
-41
/
+0
*
Insert instead of assign to the dest node set, since we use the dest node set
Zhongxing Xu
2009-12-09
1
-1
/
+1
*
Fix a horrid bug in GRExprEngine::CheckerVisit() that was identified
Ted Kremenek
2009-12-09
1
-41
/
+58
*
Refactor builtin function evaluation into a checker.
Zhongxing Xu
2009-12-08
1
-8
/
+1
*
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-07
1
-5
/
+27
*
Add EvalCallExpr interface to checker, and migrate the no-return function
Zhongxing Xu
2009-12-07
1
-59
/
+53
*
Hard bifurcate the state into nil receiver and non-nil receiver, so that
Zhongxing Xu
2009-12-02
1
-40
/
+58
*
Eliminate another VISIBILITY_HIDDEN
Douglas Gregor
2009-11-30
1
-4
/
+1
*
Adapt to the DOTGraphTraits changes in LLVM.
Tobias Grosser
2009-11-30
1
-1
/
+4
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-2
/
+4
*
Refine MemRegions for blocks. Add a new region called
Ted Kremenek
2009-11-25
1
-1
/
+3
*
Add post-visit Checker support in GRExprEngine for BlockExpr.
Ted Kremenek
2009-11-25
1
-1
/
+7
*
Make RegisterInternalChecks() part of GRExprEngine's private implementation b...
Ted Kremenek
2009-11-25
1
-30
/
+32
*
Register internal checks with GRExprEngine when it is constructed, not manual...
Ted Kremenek
2009-11-25
1
-1
/
+5
*
When dispatching to Checker objects in GRExprEngine::CheckerVisit(),
Ted Kremenek
2009-11-25
1
-4
/
+12
[next]