summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc-overflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/malloc-overflow.cpp')
-rw-r--r--clang/test/Analysis/malloc-overflow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/malloc-overflow.cpp b/clang/test/Analysis/malloc-overflow.cpp
index 79d52530836..e3a0408863e 100644
--- a/clang/test/Analysis/malloc-overflow.cpp
+++ b/clang/test/Analysis/malloc-overflow.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.MallocOverflow -verify %s
+// expected-no-diagnostics
class A {
public:
OpenPOWER on IntegriCloud