[clang] 085a747 - Remove the empty analysis diagnostics file

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 11:18:31 PDT 2023


Author: Aaron Ballman
Date: 2023-04-26T14:18:22-04:00
New Revision: 085a747c364493198c0c8043372fd3b9f90cd07b

URL: https://github.com/llvm/llvm-project/commit/085a747c364493198c0c8043372fd3b9f90cd07b
DIFF: https://github.com/llvm/llvm-project/commit/085a747c364493198c0c8043372fd3b9f90cd07b.diff

LOG: Remove the empty analysis diagnostics file

This file hasn't had any diagnostics in it since 2012, so I think we're
safe to remove this file.

Added: 
    

Modified: 
    clang/include/clang/Basic/Diagnostic.td

Removed: 
    clang/include/clang/Basic/DiagnosticAnalysisKinds.td


################################################################################
diff  --git a/clang/include/clang/Basic/Diagnostic.td b/clang/include/clang/Basic/Diagnostic.td
index 503b833e63bbf..8d66e265fbaef 100644
--- a/clang/include/clang/Basic/Diagnostic.td
+++ b/clang/include/clang/Basic/Diagnostic.td
@@ -157,7 +157,6 @@ class DefaultRemark { Severity DefaultSeverity = SEV_Remark; }
 
 // Definitions for Diagnostics.
 include "DiagnosticASTKinds.td"
-include "DiagnosticAnalysisKinds.td"
 include "DiagnosticCommentKinds.td"
 include "DiagnosticCommonKinds.td"
 include "DiagnosticCrossTUKinds.td"

diff  --git a/clang/include/clang/Basic/DiagnosticAnalysisKinds.td b/clang/include/clang/Basic/DiagnosticAnalysisKinds.td
deleted file mode 100644
index 20efd96b85fd9..0000000000000
--- a/clang/include/clang/Basic/DiagnosticAnalysisKinds.td
+++ /dev/null
@@ -1,11 +0,0 @@
-//==--- DiagnosticAnalysisKinds.td - libanalysis diagnostics --------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-let Component = "Analysis" in {
-
-}


        


More information about the cfe-commits mailing list