]> granicus.if.org Git - clang/commit
Switch Wmodule-build to a remark
authorBen Langmuir <blangmuir@apple.com>
Thu, 8 May 2014 22:36:02 +0000 (22:36 +0000)
committerBen Langmuir <blangmuir@apple.com>
Thu, 8 May 2014 22:36:02 +0000 (22:36 +0000)
commit9dd934d2b26065a48b10eae2c6fd9a60365f2f0f
tree34cb11585661b68cb4bb2f2fbcfd1724719d07c8
parenteda06b9b7da8a8851029b9db3a5e41987f175ce4
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'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208367 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/Frontend/CompilerInstance.cpp
test/Modules/Rmodule-build.m [moved from test/Modules/Wmodule-build.m with 84% similarity]