summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGraydon Hoare <ghoare@apple.com>2016-12-21 00:48:14 +0000
committerGraydon Hoare <ghoare@apple.com>2016-12-21 00:48:14 +0000
commit4d22b5a9809505793a1b60a14909f75f97c569a5 (patch)
tree6ee9ce0a3244a69f48c17122c29d075ba898a3ae /include
parentdc4d70cd0ea93226d43105b8035caff2884f5587 (diff)
Fix build breakage in r290219. Notes should not be in diagnostic groups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td
index 3b602a16c8..7f7022b49e 100644
--- a/include/clang/Basic/DiagnosticLexKinds.td
+++ b/include/clang/Basic/DiagnosticLexKinds.td
@@ -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 "