|
4 | 4 | // |
5 | 5 | // RUN: %clang_analyze_cc1 -std=c++14 -triple amdgcn-unknown-unknown \ |
6 | 6 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
7 | | -// RUN: -analyzer-config suppress-all-address-spaces=false\ |
| 7 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=false\ |
8 | 8 | // RUN: -analyzer-output=text -verify -DX86 -DNOT_SUPPRESSED %s 2>&1 | FileCheck %s -check-prefix=X86-CHECK |
9 | 9 | // |
10 | 10 | // RUN: %clang_analyze_cc1 -std=c++14 -triple amdgcn-unknown-unknown \ |
11 | 11 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
12 | | -// RUN: -analyzer-config suppress-all-address-spaces=true\ |
| 12 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=true\ |
13 | 13 | // RUN: -analyzer-output=text -verify -DX86 -DSUPPRESSED %s 2>&1 | FileCheck %s -check-prefix=X86-CHECK |
14 | 14 | // |
15 | 15 | // RUN: %clang_analyze_cc1 -std=c++14 -triple x86_64-unknown-unknown \ |
|
18 | 18 | // |
19 | 19 | // RUN: %clang_analyze_cc1 -std=c++14 -triple x86_64-unknown-unknown \ |
20 | 20 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
21 | | -// RUN: -analyzer-config suppress-all-address-spaces=true\ |
| 21 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=true\ |
22 | 22 | // RUN: -analyzer-output=text -verify -DX86 -DSUPPRESSED %s 2>&1 | FileCheck %s --check-prefix=X86-CHECK-SUPPRESSED |
23 | 23 | // |
24 | 24 | // RUN: %clang_analyze_cc1 -std=c++14 -triple x86_64-unknown-unknown \ |
25 | 25 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
26 | | -// RUN: -analyzer-config suppress-all-address-spaces=false\ |
| 26 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=false\ |
27 | 27 | // RUN: -analyzer-output=text -verify -DX86 -DNOT_SUPPRESSED %s 2>&1 | FileCheck %s --check-prefix=X86-CHECK |
28 | 28 | // |
29 | 29 | // RUN: %clang_analyze_cc1 -std=c++14 -triple mips-unknown-unknown \ |
|
32 | 32 | // |
33 | 33 | // RUN: %clang_analyze_cc1 -std=c++14 -triple mips-unknown-unknown \ |
34 | 34 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
35 | | -// RUN: -analyzer-config suppress-all-address-spaces=false\ |
| 35 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=false\ |
36 | 36 | // RUN: -analyzer-output=text -verify -DMIPS %s 2>&1 |
37 | 37 | // |
38 | 38 | // RUN: %clang_analyze_cc1 -std=c++14 -triple mips-unknown-unknown \ |
39 | 39 | // RUN: -analyzer-checker=core,apiModeling.llvm.CastValue,debug.ExprInspection\ |
40 | | -// RUN: -analyzer-config suppress-all-address-spaces=true\ |
| 40 | +// RUN: -analyzer-config suppress-dereferences-from-any-address-space=true\ |
41 | 41 | // RUN: -analyzer-output=text -verify -DMIPS_SUPPRESSED %s |
42 | 42 |
|
43 | 43 | #include "Inputs/llvm.h" |
|
0 commit comments