summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps-cxx0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Track null/uninitialized C++ objects used in method calls.Jordan Rose2012-08-031-29/+0
| | | | llvm-svn: 161278
* Enhance getImplicitObjectArgument to look through ->*.Jordan Rose2012-08-031-0/+7
| | | | | | | This only applies in the case where ->* is not overloaded, since it specifically looks for BinaryOperator and not CXXOperatorCallExpr. llvm-svn: 161275
* Add static analyzer check for calling a C++ instance method with a ↵Ted Kremenek2012-07-261-0/+21
| | | | | | null/uninitialized pointer. llvm-svn: 160767
* Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling ↵Ted Kremenek2012-07-181-0/+15
| | | | | | | | | | references (in uses of dynamic_cast<>). Fixes <rdar://problem/11817693>. llvm-svn: 160427
* Do not crash in the callgraph construction when encountering deleted ↵Ted Kremenek2012-04-051-0/+5
| | | | | | function definitions. Fixes <rdar://problem/11178609>. llvm-svn: 154081
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* [analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim ↵Ted Kremenek2011-10-101-0/+23
| | | | | | Goodnow II! llvm-svn: 141587
* Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by ↵Ted Kremenek2011-10-071-0/+24
| | | | | | Jim Goodnow II. llvm-svn: 141433
* [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ↵Ted Kremenek2011-10-061-0/+12
| | | | | | analyzing C++ pointer-to-member calls. Fixes <rdar://problem/10243398>. llvm-svn: 141312
* Stop cluttering the test directory with temporary files.Benjamin Kramer2011-09-051-1/+1
| | | | llvm-svn: 139114
* Add explicit CFG support for ignoring static_asserts.Ted Kremenek2011-05-241-0/+11
llvm-svn: 132001
OpenPOWER on IntegriCloud