summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2014-05-08 22:36:02 +0000
committerBen Langmuir <blangmuir@apple.com>2014-05-08 22:36:02 +0000
commitc95e56488d4421a6952ae7483b1ea63299f5e838 (patch)
tree40b93181f64aacece8bc3bb52affb7cdc6a50c5f /clang/test
parenta0a5d508eff26267b4346c3c776067e07029b860 (diff)
downloadbcm5719-llvm-c95e56488d4421a6952ae7483b1ea63299f5e838.tar.gz
bcm5719-llvm-c95e56488d4421a6952ae7483b1ea63299f5e838.zip
Switch Wmodule-build to a remark
On reflection, this is better despite the missing command-line handling bits for remarks. Making this a remark makes it much clearer that this is purely informational and avoids the negative connotations of a 'warning'. llvm-svn: 208367
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Modules/Rmodule-build.m (renamed from clang/test/Modules/Wmodule-build.m)4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/Wmodule-build.m b/clang/test/Modules/Rmodule-build.m
index 74e020965c4..4ac36efe898 100644
--- a/clang/test/Modules/Wmodule-build.m
+++ b/clang/test/Modules/Rmodule-build.m
@@ -9,8 +9,8 @@
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fsyntax-only %s -verify \
// RUN: -I %t -Wmodule-build
-@import A; // expected-warning{{building module 'A' as}}
-@import B; // expected-warning{{building module 'B' as}}
+@import A; // expected-remark{{building module 'A' as}}
+@import B; // expected-remark{{building module 'B' as}}
@import A; // no diagnostic
@import B; // no diagnostic
OpenPOWER on IntegriCloud