summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps-region-store.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add analyzer test case for 'ForStmt' with condition variable.Ted Kremenek2009-12-241-0/+14
* CFG tweak: in a WhileStmt, the condition variable initializer is evaluated ev...Ted Kremenek2009-12-241-9/+10
* Teach GRExprEngine to handle the initialization of the condition variable of ...Ted Kremenek2009-12-241-0/+15
* Teach GRExprEngine to handle the initialization of the condition variable of ...Ted Kremenek2009-12-241-0/+18
* Add CFG support for the condition variable that can appear in IfStmts in C++ ...Ted Kremenek2009-12-231-0/+7
* Also treat the type of the subexpression as a pointer in GRExprEngine::VisitC...Ted Kremenek2009-12-231-0/+11
* Add basic support for analyzing CastExprs as lvalues.Ted Kremenek2009-12-231-0/+11
* Use the FunctionDecl's result type to know exactly if it returns a reference.Zhongxing Xu2009-12-191-2/+1
* Enhance GRExprEngine::VisitCallExpr() to be used in an lvalue context. Uncov...Ted Kremenek2009-12-181-1/+7
* Add failing test case for C++ static analysis.Ted Kremenek2009-12-171-0/+9
OpenPOWER on IntegriCloud