annotate clang/test/Driver/nostdincxx.cpp @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
207
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
1 // RUN: not %clangxx -nostdinc %s 2>&1 | FileCheck %s
150
anatofuz
parents:
diff changeset
2 // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
207
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
3 // RUN: not %clangxx -nostdlibinc %s 2>&1 | FileCheck %s
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
4 // RUN: not %clangxx -triple x86_64-unknown-unknown-gnu -fsyntax-only -nostdinc -nostdinc++ %s 2>&1 | FileCheck /dev/null --implicit-check-not=-Wunused-command-line-argument
150
anatofuz
parents:
diff changeset
5 // CHECK: file not found
anatofuz
parents:
diff changeset
6 #include <vector>
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 // MSVC and PS4 have C++ headers in the same directory as C headers.
anatofuz
parents:
diff changeset
9 // UNSUPPORTED: ms-sdk, ps4