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
/
GRCXXExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-13
/
+7
*
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-02
1
-8
/
+8
*
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
1
-26
/
+26
*
Rename CXXObjectRegion to CXXTempObjectRegion.
Zhongxing Xu
2010-11-26
1
-2
/
+2
*
When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is
Zhongxing Xu
2010-11-24
1
-1
/
+7
*
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
1
-4
/
+4
*
Use StackFrameContext directly in CallEnter program point. Then we don't need
Zhongxing Xu
2010-11-24
1
-3
/
+3
*
Handle CFGAutomaticObjDtor.
Zhongxing Xu
2010-11-20
1
-0
/
+24
*
Added method for handling CXXOperatorCallExpr differently from CallExpr if CX...
Marcin Swiderski
2010-11-18
1
-7
/
+36
*
In EvalArguments allow for evaluation of first argument always as a lvalue. W...
Marcin Swiderski
2010-11-17
1
-5
/
+11
*
do not do post checks. Because at this point we just enter the call.
Zhongxing Xu
2010-11-17
1
-4
/
+0
*
Remove comments. We are already doing actual method call by inlining it.
Zhongxing Xu
2010-11-17
1
-3
/
+0
*
Reverting r119341: doesn't compile, no obvious fix.
John McCall
2010-11-16
1
-1
/
+2
*
Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType i...
Marcin Swiderski
2010-11-16
1
-2
/
+1
*
Handle member initializer in C++ ctor.
Zhongxing Xu
2010-11-16
1
-5
/
+6
*
Now initializer of C++ record type is visited as block-level expr.
Zhongxing Xu
2010-11-01
1
-2
/
+7
*
Include changes to VisitCXXMemberCallExpr (call visitor functions).
Ted Kremenek
2010-09-30
1
-6
/
+19
*
Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXX...
Ted Kremenek
2010-09-23
1
-2
/
+18
*
Improve comments.
Zhongxing Xu
2010-08-24
1
-1
/
+2
*
Makes GRState::makeWithStore private, to encourage clients to make store chan...
Jordy Rose
2010-08-03
1
-4
/
+1
*
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
1
-13
/
+9
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+2
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-2
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+2
*
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
Zhongxing Xu
2010-05-06
1
-2
/
+2
*
Use the right predecessor.
Zhongxing Xu
2010-04-21
1
-1
/
+1
*
Add initial support for C++ delete expr.
Zhongxing Xu
2010-04-21
1
-1
/
+12
*
Replace code with a method call. No functionality change.
Zhongxing Xu
2010-04-20
1
-65
/
+8
*
Improve handling of CXXNewExpr.
Zhongxing Xu
2010-04-20
1
-7
/
+62
*
Move all C++ expression evaluation logic into its own file.
Zhongxing Xu
2010-04-19
1
-0
/
+237