summaryrefslogtreecommitdiff
path: root/test/Analysis/misc-ps-cxx0x.cpp
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2012-08-03[analyzer] Track null/uninitialized C++ objects used in method calls.Jordan Rose
2012-08-03Enhance getImplicitObjectArgument to look through ->*.Jordan Rose
2012-07-26Add static analyzer check for calling a C++ instance method with a null/unini...Ted Kremenek
2012-07-18Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling refe...Ted Kremenek
2012-04-05Do not crash in the callgraph construction when encountering deleted function...Ted Kremenek
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-10[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...Ted Kremenek
2011-10-07Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...Ted Kremenek
2011-10-06[static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...Ted Kremenek
2011-09-05Stop cluttering the test directory with temporary files.Benjamin Kramer
2011-05-24Add explicit CFG support for ignoring static_asserts.Ted Kremenek