Skip to content

Commit

Permalink
Remove unused diagnostics. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304030 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed May 26, 2017
1 parent 566062d commit 098286f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/clang/Basic/DiagnosticSemaKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -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|"
Expand Down Expand Up @@ -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">;
}
Expand Down

0 comments on commit 098286f

Please sign in to comment.