| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [analyzer] Track null/uninitialized C++ objects used in method calls. | Jordan Rose | 2012-08-03 | 1 | -29/+0 |
| | | | | | llvm-svn: 161278 | ||||
| * | Enhance getImplicitObjectArgument to look through ->*. | Jordan Rose | 2012-08-03 | 1 | -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 Kremenek | 2012-07-26 | 1 | -0/+21 |
| | | | | | | | null/uninitialized pointer. llvm-svn: 160767 | ||||
| * | Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling ↵ | Ted Kremenek | 2012-07-18 | 1 | -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 Kremenek | 2012-04-05 | 1 | -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 than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
| * | [analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim ↵ | Ted Kremenek | 2011-10-10 | 1 | -0/+23 |
| | | | | | | | Goodnow II! llvm-svn: 141587 | ||||
| * | Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by ↵ | Ted Kremenek | 2011-10-07 | 1 | -0/+24 |
| | | | | | | | Jim Goodnow II. llvm-svn: 141433 | ||||
| * | [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ↵ | Ted Kremenek | 2011-10-06 | 1 | -0/+12 |
| | | | | | | | analyzing C++ pointer-to-member calls. Fixes <rdar://problem/10243398>. llvm-svn: 141312 | ||||
| * | Stop cluttering the test directory with temporary files. | Benjamin Kramer | 2011-09-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 139114 | ||||
| * | Add explicit CFG support for ignoring static_asserts. | Ted Kremenek | 2011-05-24 | 1 | -0/+11 |
| llvm-svn: 132001 | |||||

