File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ clang/bindings/python/tests/cindex/INPUTS/header3.h
116116clang/examples/Attribute/Attribute.cpp
117117clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
118118clang/examples/PluginsOrder/PluginsOrder.cpp
119- clang/include/clang/Analysis/AnalysisDiagnostic.h
120119clang/include/clang/Analysis/BodyFarm.h
121120clang/include/clang/Analysis/IssueHash.h
122121clang/include/clang/Analysis/MacroExpansionContext.h
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 * }
You can’t perform that action at this time.
0 commit comments