Clang Project

clang_source_code/test/Driver/coverage.c
1// Test coverage flag.
2// REQUIRES: system-windows
3//
4// RUN: %clang_cl -Wno-msvc-not-found -### -coverage %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CLANG-CL-COVERAGE %s
5// CLANG-CL-COVERAGE-NOT: error:
6// CLANG-CL-COVERAGE-NOT: warning:
7// CLANG-CL-COVERAGE-NOT: argument unused
8// CLANG-CL-COVERAGE-NOT: unknown argument
9