aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/x-args.c
blob: 06c9c7a461565b3e684f4a760394ebd445722a23 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang -fsyntax-only -Werror -xc %s
// RUN: %clang -fsyntax-only -Werror %s -xc %s

// RUN: %clang -fsyntax-only %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
// RUN: %clang -fsyntax-only -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
// RUN: %clang -fsyntax-only %s -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
// CHECK: '-x c++' after last input file has no effect

// RUN: %clang_cl -fsyntax-only /WX -xc++ -- %s