From b8e1d68f5132c5f83ddb29a03c6787c6175363ce Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 8 Jul 2019 22:35:30 +0000 Subject: [PATCH] Fix line endings. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365402 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/ps4-analyzer-defaults.cpp | 66 +++++++++++++-------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/test/Driver/ps4-analyzer-defaults.cpp b/test/Driver/ps4-analyzer-defaults.cpp index f5aacc616e..e1649a38b6 100644 --- a/test/Driver/ps4-analyzer-defaults.cpp +++ b/test/Driver/ps4-analyzer-defaults.cpp @@ -1,33 +1,33 @@ -// Check that the default analyzer checkers for PS4 are: -// core -// cplusplus -// deadcode -// nullability -// unix -// Excluding: -// unix.API -// unix.Vfork - -// Check for expected checkers -// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ -// RUN: | FileCheck %s --check-prefix=CHECK-PS4-POS-CHECKERS -// -// Negative check for unexpected checkers -// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ -// RUN: | FileCheck %s --check-prefix=CHECK-PS4-NEG-CHECKERS -// -// Check for all unix checkers except API and Vfork -// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ -// RUN: | FileCheck %s --check-prefix=CHECK-PS4-UNIX-CHECKERS - -// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=core -// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=cplusplus -// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=deadcode -// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=nullability -// -// CHECK-PS4-NEG-CHECKERS-NOT: analyzer-checker={{osx|security}} -// -// CHECK-PS4-UNIX-CHECKERS: analyzer-checker=unix -// CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.API -// CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.Vfork -// CHECK-PS4-UNIX-CHECKERS-NOT: analyzer-checker=unix.{{API|Vfork}} +// Check that the default analyzer checkers for PS4 are: +// core +// cplusplus +// deadcode +// nullability +// unix +// Excluding: +// unix.API +// unix.Vfork + +// Check for expected checkers +// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ +// RUN: | FileCheck %s --check-prefix=CHECK-PS4-POS-CHECKERS +// +// Negative check for unexpected checkers +// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ +// RUN: | FileCheck %s --check-prefix=CHECK-PS4-NEG-CHECKERS +// +// Check for all unix checkers except API and Vfork +// RUN: %clang -target x86_64-scei-ps4 --analyze %s -### 2>&1 \ +// RUN: | FileCheck %s --check-prefix=CHECK-PS4-UNIX-CHECKERS + +// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=core +// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=cplusplus +// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=deadcode +// CHECK-PS4-POS-CHECKERS-DAG: analyzer-checker=nullability +// +// CHECK-PS4-NEG-CHECKERS-NOT: analyzer-checker={{osx|security}} +// +// CHECK-PS4-UNIX-CHECKERS: analyzer-checker=unix +// CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.API +// CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.Vfork +// CHECK-PS4-UNIX-CHECKERS-NOT: analyzer-checker=unix.{{API|Vfork}} -- 2.40.0