Reviewed By: gribozavr2, merrymeerkat
Differential Revision: https://reviews.llvm.org/
D140483
clang/examples/Attribute/Attribute.cpp
clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
clang/examples/PluginsOrder/PluginsOrder.cpp
-clang/include/clang/Analysis/AnalysisDiagnostic.h
clang/include/clang/Analysis/BodyFarm.h
clang/include/clang/Analysis/IssueHash.h
clang/include/clang/Analysis/MacroExpansionContext.h
+++ /dev/null
-//===--- DiagnosticAnalysis.h - Diagnostics for libanalysis -----*- C++ -*-===//
-//
-// 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
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H
-#define LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H
-
-#include "clang/Basic/DiagnosticAnalysis.h"
-
-#endif
requires cplusplus
module All { header "Basic/AllDiagnostics.h" export * }
- module Analysis {
- header "Analysis/AnalysisDiagnostic.h" export *
- textual header "Analysis/Analyses/UnsafeBufferUsageGadgets.def"
- }
+ module Analysis { textual header "Analysis/Analyses/UnsafeBufferUsageGadgets.def" }
module AST { header "AST/ASTDiagnostic.h" export * }
module Comment { header "AST/CommentDiagnostic.h" export * }
module Driver { header "Driver/DriverDiagnostic.h" export * }