Lines Matching full:system
1 // RUN: clang-tidy -dump-config -system-headers=true | FileCheck -check-prefix=CHECK-CONFIG-SYSTEM-…
2 // RUN: clang-tidy -dump-config -system-headers=false | FileCheck -check-prefix=CHECK-CONFIG-NO-SYS…
3 …-config='SystemHeaders: true' -dump-config | FileCheck -check-prefix=CHECK-CONFIG-SYSTEM-HEADERS %s
4 …fig='SystemHeaders: false' -dump-config | FileCheck -check-prefix=CHECK-CONFIG-NO-SYSTEM-HEADERS %s
6 // RUN: clang-tidy -system-headers=true -config='SystemHeaders: true' -dump-config | FileCheck -che…
7 // RUN: clang-tidy -system-headers=true -config='SystemHeaders: false' -dump-config | FileCheck -ch…
8 // RUN: clang-tidy -system-headers=false -config='SystemHeaders: true' -dump-config | FileCheck -ch…
9 // RUN: clang-tidy -system-headers=false -config='SystemHeaders: false' -dump-config | FileCheck -c…
13 …or' -header-filter='.*' -system-headers=true %s -- -isystem %S/Inputs/system-headers 2>&1 | FileCh…
14 …' -header-filter='.*' -system-headers=false %s -- -isystem %S/Inputs/system-headers 2>&1 | FileChe…
15 …'SystemHeaders: true' %s -- -isystem %S/Inputs/system-headers 2>&1 | FileCheck -check-prefix=CHECK…
16 …ystemHeaders: false' %s -- -isystem %S/Inputs/system-headers 2>&1 | FileCheck -check-prefix=CHECK-…
19 // CHECK-SYSTEM-HEADERS: system_header.h:1:13: warning: single-argument constructors must be marked…
20 // CHECK-NO-SYSTEM-HEADERS-NOT: system_header.h:1:13: warning: single-argument constructors must be…
22 // CHECK-CONFIG-NO-SYSTEM-HEADERS: SystemHeaders: false
23 // CHECK-CONFIG-SYSTEM-HEADERS: SystemHeaders: true
24 // CHECK-OPT-PRESENT: --system-headers