Remove the empty analysis diagnostics file
authorAaron Ballman <aaron@aaronballman.com>
Wed, 26 Apr 2023 18:17:13 +0000 (14:17 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 26 Apr 2023 18:18:22 +0000 (14:18 -0400)
This file hasn't had any diagnostics in it since 2012, so I think we're
safe to remove this file.

clang/include/clang/Basic/Diagnostic.td
clang/include/clang/Basic/DiagnosticAnalysisKinds.td [deleted file]

index 503b833..8d66e26 100644 (file)
@@ -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 (file)
index 20efd96..0000000
+++ /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 {
-
-}