projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d86764
)
Fix build breakage in r290219. Notes should not be in diagnostic groups.
author
Graydon Hoare
<ghoare@apple.com>
Wed, 21 Dec 2016 00:48:14 +0000
(
00:48
+0000)
committer
Graydon Hoare
<ghoare@apple.com>
Wed, 21 Dec 2016 00:48:14 +0000
(
00:48
+0000)
llvm-svn: 290221
clang/include/clang/Basic/DiagnosticLexKinds.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/DiagnosticLexKinds.td
b/clang/include/clang/Basic/DiagnosticLexKinds.td
index
3b602a1
..
7f7022b
100644
(file)
--- a/
clang/include/clang/Basic/DiagnosticLexKinds.td
+++ b/
clang/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 "