summaryrefslogtreecommitdiffstats
path: root/test/Analysis/new.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
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* [analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose2013-09-251-0/+145
* [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.Jordan Rose2013-07-101-0/+10
* [analyzer] Switched to checkPreCall interface for detecting usage after free.Anton Yartsev2013-04-101-0/+18
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-1/+1
* [analyzer] Handle caching out while evaluating a C++ new expression.Jordan Rose2013-03-301-0/+8
* [analyzer] Use evalBind for C++ new of scalar types.Jordan Rose2013-03-271-1/+16
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-8/+53
* [analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose2012-08-271-0/+12
* [analyzer] Handle new-expressions with initializers for scalars.Jordan Rose2012-07-161-8/+27
* [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.Jordan Rose2012-07-021-11/+10
* [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090)Jordan Rose2012-06-251-0/+15
* [analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.Jordan Rose2012-06-201-0/+31
* [analyzer] Invalidate placement args; return the pointer given to placement newJordan Rose2012-06-201-10/+31
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-0/+1
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-1/+0
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-0/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate UndefBranchChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* The second check point in the old test case was invalid.Zhongxing Xu2010-04-211-4/+6
* Add test cases.Zhongxing Xu2010-04-201-0/+12