|
1 |
| -// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,cplusplus.NewDelete -analyzer-store=region -verify %s |
2 |
| -// RUN: %clang_analyze_cc1 -triple i386-unknown-linux-gnu -w -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,cplusplus.NewDelete -analyzer-store=region -verify %s |
3 |
| -// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,cplusplus.NewDelete -analyzer-store=region -DTEST_INLINABLE_ALLOCATORS -verify %s |
4 |
| -// RUN: %clang_analyze_cc1 -triple i386-unknown-linux-gnu -w -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,cplusplus.NewDelete -analyzer-store=region -DTEST_INLINABLE_ALLOCATORS -verify %s |
| 1 | +// RUN: %clang_analyze_cc1 -w -verify %s \ |
| 2 | +// RUN: -analyzer-checker=core \ |
| 3 | +// RUN: -analyzer-checker=alpha.deadcode.UnreachableCode \ |
| 4 | +// RUN: -analyzer-checker=alpha.core.CastSize \ |
| 5 | +// RUN: -analyzer-checker=unix.Malloc \ |
| 6 | +// RUN: -analyzer-checker=cplusplus.NewDelete |
| 7 | + |
| 8 | +// RUN: %clang_analyze_cc1 -w -verify %s \ |
| 9 | +// RUN: -triple i386-unknown-linux-gnu \ |
| 10 | +// RUN: -analyzer-checker=core \ |
| 11 | +// RUN: -analyzer-checker=alpha.deadcode.UnreachableCode \ |
| 12 | +// RUN: -analyzer-checker=alpha.core.CastSize \ |
| 13 | +// RUN: -analyzer-checker=unix.Malloc \ |
| 14 | +// RUN: -analyzer-checker=cplusplus.NewDelete |
| 15 | + |
| 16 | +// RUN: %clang_analyze_cc1 -w -verify %s -DTEST_INLINABLE_ALLOCATORS \ |
| 17 | +// RUN: -analyzer-checker=core \ |
| 18 | +// RUN: -analyzer-checker=alpha.deadcode.UnreachableCode \ |
| 19 | +// RUN: -analyzer-checker=alpha.core.CastSize \ |
| 20 | +// RUN: -analyzer-checker=unix.Malloc \ |
| 21 | +// RUN: -analyzer-checker=cplusplus.NewDelete |
| 22 | + |
| 23 | +// RUN: %clang_analyze_cc1 -w -verify %s -DTEST_INLINABLE_ALLOCATORS \ |
| 24 | +// RUN: -triple i386-unknown-linux-gnu \ |
| 25 | +// RUN: -analyzer-checker=core \ |
| 26 | +// RUN: -analyzer-checker=alpha.deadcode.UnreachableCode \ |
| 27 | +// RUN: -analyzer-checker=alpha.core.CastSize \ |
| 28 | +// RUN: -analyzer-checker=unix.Malloc \ |
| 29 | +// RUN: -analyzer-checker=cplusplus.NewDelete |
5 | 30 |
|
6 | 31 | #include "Inputs/system-header-simulator-cxx.h"
|
7 | 32 |
|
|
0 commit comments