summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-05-26 20:14:12 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-05-26 20:14:12 +0000
commit5097a1184b8c09a00972c7783d87efab5faec3d3 (patch)
tree75d95271dceab230c6d0d5a03c19c6f4c9b2f3bd
parentdebb3c35e05f8de047b8b20d787baf821cd8d904 (diff)
downloadbcm5719-llvm-5097a1184b8c09a00972c7783d87efab5faec3d3.tar.gz
bcm5719-llvm-5097a1184b8c09a00972c7783d87efab5faec3d3.zip
Remove unused diagnostics. NFC.
llvm-svn: 304030
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 3f17959fc7b..a37106ee111 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -1557,8 +1557,6 @@ def note_member_synthesized_at : Note<
"in implicit %select{default constructor|copy constructor|move constructor|"
"copy assignment operator|move assignment operator|destructor}0 for %1 "
"first required here">;
-def note_inhctor_synthesized_at : Note<
- "inherited constructor for %0 first required here">;
def err_missing_default_ctor : Error<
"%select{constructor for %1 must explicitly initialize the|"
"implicit default constructor for %1 must explicitly initialize the|"
@@ -8909,8 +8907,6 @@ def note_equivalent_internal_linkage_decl : Note<
def note_redefinition_modules_same_file : Note<
"'%0' included multiple times, additional include site in header from module '%1'">;
-def note_redefinition_modules_same_file_modulemap : Note<
- "consider adding '%0' as part of '%1' definition">;
def note_redefinition_include_same_file : Note<
"'%0' included multiple times, additional include site here">;
}
OpenPOWER on IntegriCloud