summaryrefslogtreecommitdiffstats
path: root/test/Analysis/misc-ps-cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Track null/uninitialized C++ objects used in method calls.Jordan Rose2012-08-031-29/+0
* Enhance getImplicitObjectArgument to look through ->*.Jordan Rose2012-08-031-0/+7
* Add static analyzer check for calling a C++ instance method with a null/unini...Ted Kremenek2012-07-261-0/+21
* Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling refe...Ted Kremenek2012-07-181-0/+15
* Do not crash in the callgraph construction when encountering deleted function...Ted Kremenek2012-04-051-0/+5
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* [analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...Ted Kremenek2011-10-101-0/+23
* Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...Ted Kremenek2011-10-071-0/+24
* [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...Ted Kremenek2011-10-061-0/+12
* Stop cluttering the test directory with temporary files.Benjamin Kramer2011-09-051-1/+1
* Add explicit CFG support for ignoring static_asserts.Ted Kremenek2011-05-241-0/+11