index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
new.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-2
/
+2
*
[analyzer] Fix operator delete[] array-type-sub-expression handling.
Artem Dergachev
2018-04-27
1
-0
/
+18
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[analyzer] Decide on inlining destructors via EvalCallOptions.
Artem Dergachev
2018-02-15
1
-1
/
+2
*
[analyzer] Don't communicate evaluation failures through memregion hierarchy.
Artem Dergachev
2018-02-01
1
-2
/
+1
*
[analyzer] NFC: Run many existing C++ tests with a custom operator new().
Artem Dergachev
2018-01-24
1
-0
/
+1
*
[analyzer] Enable c++-allocator-inlining by default.
Artem Dergachev
2018-01-24
1
-3
/
+2
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-1
/
+1
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-0
/
+145
*
[analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.
Jordan Rose
2013-07-10
1
-0
/
+10
*
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-10
1
-0
/
+18
*
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
1
-1
/
+1
*
[analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
2013-03-30
1
-0
/
+8
*
[analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
2013-03-27
1
-1
/
+16
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-8
/
+53
*
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-08-27
1
-0
/
+12
*
[analyzer] Handle new-expressions with initializers for scalars.
Jordan Rose
2012-07-16
1
-8
/
+27
*
[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.
Jordan Rose
2012-07-02
1
-11
/
+10
*
[analyzer] Be careful about implicitly-declared operator new/delete. (PR13090)
Jordan Rose
2012-06-25
1
-0
/
+15
*
[analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.
Jordan Rose
2012-06-20
1
-0
/
+31
*
[analyzer] Invalidate placement args; return the pointer given to placement new
Jordan Rose
2012-06-20
1
-10
/
+31
*
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...
Sebastian Redl
2012-02-16
1
-0
/
+1
*
Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...
Sebastian Redl
2012-02-16
1
-1
/
+0
*
Make CXXNewExpr contain only a single initialier, and not hold the used const...
Sebastian Redl
2012-02-16
1
-0
/
+1
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Migrate UndefBranchChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
The second check point in the old test case was invalid.
Zhongxing Xu
2010-04-21
1
-4
/
+6
*
Add test cases.
Zhongxing Xu
2010-04-20
1
-0
/
+12