summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/microsoft-header-search.c
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-07-28 16:48:12 +0000
committerNico Weber <nicolasweber@gmx.de>2015-07-28 16:48:12 +0000
commit5672e67b14bfa6b99ec9e3018c565ad27f864a73 (patch)
treeca66607a86dc46c6a62ad173a657339bdd2caf63 /clang/test/Preprocessor/microsoft-header-search.c
parent2c656c9417d5f384815c382130813addd87f2551 (diff)
downloadbcm5719-llvm-5672e67b14bfa6b99ec9e3018c565ad27f864a73.tar.gz
bcm5719-llvm-5672e67b14bfa6b99ec9e3018c565ad27f864a73.zip
Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.
(Keep -Wmsvc-include around as an alias.) While here, also replace the one other mention of "MSVC" in diagnostics with "Microsoft", for consistency. llvm-svn: 243444
Diffstat (limited to 'clang/test/Preprocessor/microsoft-header-search.c')
-rw-r--r--clang/test/Preprocessor/microsoft-header-search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/microsoft-header-search.c b/clang/test/Preprocessor/microsoft-header-search.c
index 2cdc54e5c41..875bffe8793 100644
--- a/clang/test/Preprocessor/microsoft-header-search.c
+++ b/clang/test/Preprocessor/microsoft-header-search.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify
-// expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
-// expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
+// expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using Microsoft header search rules}}
+// expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable Microsoft search rules as}}
// expected-warning@Inputs/microsoft-header-search/falsepos.h:3 {{successfully resolved the falsepos.h header}}
OpenPOWER on IntegriCloud