Skip to content

Commit e0fa7c7

Browse files
committed
Remove empty header file.
Reviewed By: gribozavr2, merrymeerkat Differential Revision: https://reviews.llvm.org/D140483
1 parent ce5ef7d commit e0fa7c7

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

clang/docs/tools/clang-formatted-files.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ clang/bindings/python/tests/cindex/INPUTS/header3.h
116116
clang/examples/Attribute/Attribute.cpp
117117
clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
118118
clang/examples/PluginsOrder/PluginsOrder.cpp
119-
clang/include/clang/Analysis/AnalysisDiagnostic.h
120119
clang/include/clang/Analysis/BodyFarm.h
121120
clang/include/clang/Analysis/IssueHash.h
122121
clang/include/clang/Analysis/MacroExpansionContext.h

clang/include/clang/Analysis/AnalysisDiagnostic.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

clang/include/clang/module.modulemap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ module Clang_Diagnostics {
9494
requires cplusplus
9595

9696
module All { header "Basic/AllDiagnostics.h" export * }
97-
module Analysis {
98-
header "Analysis/AnalysisDiagnostic.h" export *
99-
textual header "Analysis/Analyses/UnsafeBufferUsageGadgets.def"
100-
}
97+
module Analysis { textual header "Analysis/Analyses/UnsafeBufferUsageGadgets.def" }
10198
module AST { header "AST/ASTDiagnostic.h" export * }
10299
module Comment { header "AST/CommentDiagnostic.h" export * }
103100
module Driver { header "Driver/DriverDiagnostic.h" export * }

0 commit comments

Comments
 (0)