Author: d0k Date: Fri Aug 12 04:23:14 2016 New Revision: 278488 URL: http://llvm.org/viewvc/llvm-project?rev=278488&view=rev Log: Prune unused diagnostics. NFC.
Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td?rev=278488&r1=278487&r2=278488&view=diff ============================================================================== --- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original) +++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Fri Aug 12 04:23:14 2016 @@ -828,8 +828,6 @@ def warn_availability_and_unavailable : InGroup<Availability>; // @available(...) -def err_avail_query_expected_condition : Error< - "expected an availability condition here">; def err_avail_query_expected_platform_name : Error< "expected a platform name here">; Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=278488&r1=278487&r2=278488&view=diff ============================================================================== --- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original) +++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Aug 12 04:23:14 2016 @@ -4316,8 +4316,6 @@ def note_availability_specified_here : N "%select{unavailable|deleted|deprecated|partial}1 here">; def note_implicitly_deleted : Note< "explicitly defaulted function was implicitly deleted here">; -def note_inherited_deleted_here : Note< - "deleted constructor was inherited here">; def warn_not_enough_argument : Warning< "not enough variable arguments in %0 declaration to fit a sentinel">, InGroup<Sentinel>; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits