summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-5/+2
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-0/+2
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-5/+5
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-1/+0
* static analyzer: Further reduce the analyzer's memory usage when analyzing sq...Ted Kremenek2011-02-091-0/+7
* [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...Argyrios Kyrtzidis2011-02-081-1/+1
* [analyzer] Fix a crash until we can handle temporary struct objects properly.Argyrios Kyrtzidis2011-02-031-1/+5
* [analyzer] Fix crash when handling dot syntax on 'super'.Argyrios Kyrtzidis2011-01-271-6/+6
* [analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis2011-01-261-1/+0
* Recycle memory for GRStates that are never referencedTed Kremenek2011-01-251-0/+3
* [analyzer] Handle the dot syntax for properties in the ExprEngine.Argyrios Kyrtzidis2011-01-251-6/+52
* [analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMe...Argyrios Kyrtzidis2011-01-251-12/+19
* [analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...Argyrios Kyrtzidis2011-01-251-9/+48
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-3/+0
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+1
* Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'Ted Kremenek2011-01-141-1/+1
* Rename 'EnterStackFrame()' to 'enterStackFrame()'.Ted Kremenek2011-01-141-1/+1
* Support inlining base initializers. We still haven't got it completely right,Zhongxing Xu2011-01-131-9/+25
* Rename 'HasGeneratedNode' to 'hasGeneratedNode'Ted Kremenek2011-01-131-17/+14
* [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...Argyrios Kyrtzidis2011-01-111-0/+1
* [analyzer] Support post-visiting ObjCIvarRefExprs for checkers.Argyrios Kyrtzidis2011-01-111-1/+7
* Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().Ted Kremenek2011-01-111-3/+1
* Rework ExprEngine::processCFGBlockEntrance()Ted Kremenek2011-01-111-5/+16
* Rename misc. methods in GRSubEngine to startTed Kremenek2011-01-111-17/+17
* Revert r123160. There are linking dependency problems.Zhongxing Xu2011-01-101-0/+3521
* ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.Zhongxing Xu2011-01-101-3521/+0
* In C++, assignment and compound assignment operators return an lvalue.Zhongxing Xu2011-01-101-2/+8
* The isPrefix() checking is redundant. Lvalue incremental/decremental expressionsZhongxing Xu2011-01-101-1/+1
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-1/+1
* There is nothing interesting to analyze with a sizeof...(pack) expressionDouglas Gregor2011-01-041-0/+1
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+1
* Add basic support for pointer arithmetic inTed Kremenek2010-12-241-1/+1
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+3513
OpenPOWER on IntegriCloud