]> granicus.if.org Git - clang/commit
Use the -Wunknown-warning-option group for the "unknown warning group"
authorAlex Lorenz <arphaman@gmail.com>
Fri, 28 Apr 2017 14:45:25 +0000 (14:45 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 28 Apr 2017 14:45:25 +0000 (14:45 +0000)
commitde4f6266fade0d8f77731f96f027c7a10b6f36e2
tree2213bc6a4eabdc8d757a8df22a747e8897fedbdf
parentad2cd105c1db6ce184f256cfcbe15abdb480c51f
Use the -Wunknown-warning-option group for the "unknown warning group"
diagnostic in #pragma diagnostic

This matches the warning group that's specified for the unknown warning options
that are passed-in as command line arguments.

rdar://29526025

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301647 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
test/Preprocessor/pragma_diagnostic.c