summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRCXXExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start migration of static analyzer to using theTed Kremenek2010-12-161-13/+7
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-8/+8
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-26/+26
* Rename CXXObjectRegion to CXXTempObjectRegion.Zhongxing Xu2010-11-261-2/+2
* When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is Zhongxing Xu2010-11-241-1/+7
* Let StackFrameContext represent if the call expr is evaluated as lvalue.Zhongxing Xu2010-11-241-4/+4
* Use StackFrameContext directly in CallEnter program point. Then we don't needZhongxing Xu2010-11-241-3/+3
* Handle CFGAutomaticObjDtor. Zhongxing Xu2010-11-201-0/+24
* Added method for handling CXXOperatorCallExpr differently from CallExpr if CX...Marcin Swiderski2010-11-181-7/+36
* In EvalArguments allow for evaluation of first argument always as a lvalue. W...Marcin Swiderski2010-11-171-5/+11
* do not do post checks. Because at this point we just enter the call.Zhongxing Xu2010-11-171-4/+0
* Remove comments. We are already doing actual method call by inlining it.Zhongxing Xu2010-11-171-3/+0
* Reverting r119341: doesn't compile, no obvious fix.John McCall2010-11-161-1/+2
* Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType i...Marcin Swiderski2010-11-161-2/+1
* Handle member initializer in C++ ctor. Zhongxing Xu2010-11-161-5/+6
* Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu2010-11-011-2/+7
* Include changes to VisitCXXMemberCallExpr (call visitor functions).Ted Kremenek2010-09-301-6/+19
* Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXX...Ted Kremenek2010-09-231-2/+18
* Improve comments.Zhongxing Xu2010-08-241-1/+2
* Makes GRState::makeWithStore private, to encourage clients to make store chan...Jordy Rose2010-08-031-4/+1
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-13/+9
* Reapply r108617.Zhongxing Xu2010-07-191-2/+2
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-2/+2
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-2/+2
* Make -analyzer-inline-call not a separate analysis. Instead it's a boolean Zhongxing Xu2010-05-061-2/+2
* Use the right predecessor.Zhongxing Xu2010-04-211-1/+1
* Add initial support for C++ delete expr.Zhongxing Xu2010-04-211-1/+12
* Replace code with a method call. No functionality change.Zhongxing Xu2010-04-201-65/+8
* Improve handling of CXXNewExpr.Zhongxing Xu2010-04-201-7/+62
* Move all C++ expression evaluation logic into its own file.Zhongxing Xu2010-04-191-0/+237
OpenPOWER on IntegriCloud