aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
AgeCommit message (Expand)Author
2011-01-14Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'Ted Kremenek
2011-01-14Rename 'EnterStackFrame()' to 'enterStackFrame()'.Ted Kremenek
2011-01-13Support inlining base initializers. We still haven't got it completely right,Zhongxing Xu
2011-01-13Rename 'HasGeneratedNode' to 'hasGeneratedNode'Ted Kremenek
2011-01-11[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...Argyrios Kyrtzidis
2011-01-11[analyzer] Support post-visiting ObjCIvarRefExprs for checkers.Argyrios Kyrtzidis
2011-01-11Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().Ted Kremenek
2011-01-11Rework ExprEngine::processCFGBlockEntrance()Ted Kremenek
2011-01-11Rename misc. methods in GRSubEngine to startTed Kremenek
2011-01-10Revert r123160. There are linking dependency problems.Zhongxing Xu
2011-01-10ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.Zhongxing Xu
2011-01-10In C++, assignment and compound assignment operators return an lvalue.Zhongxing Xu
2011-01-10The isPrefix() checking is redundant. Lvalue incremental/decremental expressionsZhongxing Xu
2011-01-08Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt
2011-01-04There is nothing interesting to analyze with a sizeof...(pack) expressionDouglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2010-12-24Add basic support for pointer arithmetic inTed Kremenek
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek