summaryrefslogtreecommitdiff
path: root/test/Analysis/new.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
2013-12-05Correct hyphenations in comments and assert messagesAlp Toker
2013-09-25[analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose
2013-07-10[analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.Jordan Rose
2013-04-10[analyzer] Switched to checkPreCall interface for detecting usage after free.Anton Yartsev
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2013-03-30[analyzer] Handle caching out while evaluating a C++ new expression.Jordan Rose
2013-03-27[analyzer] Use evalBind for C++ new of scalar types.Jordan Rose
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev
2012-08-27[analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose
2012-07-16[analyzer] Handle new-expressions with initializers for scalars.Jordan Rose
2012-07-02[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.Jordan Rose
2012-06-25[analyzer] Be careful about implicitly-declared operator new/delete. (PR13090)Jordan Rose
2012-06-20[analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.Jordan Rose
2012-06-20[analyzer] Invalidate placement args; return the pointer given to placement newJordan Rose
2012-02-16Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl
2012-02-16Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl
2012-02-16Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate UndefBranchChecker to CheckerV2.Argyrios Kyrtzidis
2010-04-21The second check point in the old test case was invalid.Zhongxing Xu
2010-04-20Add test cases.Zhongxing Xu