]> granicus.if.org Git - clang/commitdiff
Fix build breakage in r290219. Notes should not be in diagnostic groups.
authorGraydon Hoare <ghoare@apple.com>
Wed, 21 Dec 2016 00:48:14 +0000 (00:48 +0000)
committerGraydon Hoare <ghoare@apple.com>
Wed, 21 Dec 2016 00:48:14 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290221 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticLexKinds.td

index 3b602a16c836f6ed1e129b35cc54dd9dbb09f842..7f7022b49e3df421c27591426acfb36560ce656f 100644 (file)
@@ -646,8 +646,7 @@ def warn_mmap_mismatched_top_level_private : Warning<
   "top-level module '%0' in private module map, expected a submodule of '%1'">,
   InGroup<PrivateModule>;
 def note_mmap_rename_top_level_private_as_submodule : Note<
-  "make '%0' a submodule of '%1' to ensure it can be found by name">,
-  InGroup<PrivateModule>;
+  "make '%0' a submodule of '%1' to ensure it can be found by name">;
 
 def warn_auto_module_import : Warning<
   "treating #%select{include|import|include_next|__include_macros}0 as an "