File tree Expand file tree Collapse file tree 6 files changed +4
-20
lines changed
Expand file tree Collapse file tree 6 files changed +4
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ module Clang_Diagnostics {
111111 module All { header "clang/Basic/AllDiagnostics.h" export * }
112112 module Analysis { textual header "clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def" }
113113 module AST { header "clang/AST/ASTDiagnostic.h" export * }
114- module Comment { header "clang/AST/CommentDiagnostic.h" export * }
115114 module Driver { header "clang/Driver/DriverDiagnostic.h" export * }
116115 module Frontend { header "clang/Frontend/FrontendDiagnostic.h" export * }
117116 module Lex { header "clang/Lex/LexDiagnostic.h" export * }
Original file line number Diff line number Diff line change 88
99#include " clang/AST/CommentLexer.h"
1010#include " clang/AST/CommentCommandTraits.h"
11- #include " clang/AST/CommentDiagnostic.h"
1211#include " clang/Basic/CharInfo.h"
12+ #include " clang/Basic/DiagnosticComment.h"
1313#include " llvm/ADT/StringExtras.h"
1414#include " llvm/ADT/StringSwitch.h"
1515#include " llvm/Support/ConvertUTF.h"
Original file line number Diff line number Diff line change 88
99#include " clang/AST/CommentParser.h"
1010#include " clang/AST/CommentCommandTraits.h"
11- #include " clang/AST/CommentDiagnostic.h"
1211#include " clang/AST/CommentSema.h"
1312#include " clang/Basic/CharInfo.h"
13+ #include " clang/Basic/DiagnosticComment.h"
1414#include " clang/Basic/SourceManager.h"
1515#include " llvm/Support/ErrorHandling.h"
1616
Original file line number Diff line number Diff line change 99#include " clang/AST/CommentSema.h"
1010#include " clang/AST/Attr.h"
1111#include " clang/AST/CommentCommandTraits.h"
12- #include " clang/AST/CommentDiagnostic.h"
1312#include " clang/AST/Decl.h"
1413#include " clang/AST/DeclTemplate.h"
14+ #include " clang/Basic/DiagnosticComment.h"
1515#include " clang/Basic/LLVM.h"
1616#include " clang/Basic/SourceManager.h"
1717#include " clang/Lex/Preprocessor.h"
Original file line number Diff line number Diff line change 1616#include "clang/AST/ASTLambda.h"
1717#include "clang/AST/CXXInheritance.h"
1818#include "clang/AST/CharUnits.h"
19- #include "clang/AST/CommentDiagnostic.h"
2019#include "clang/AST/Decl.h"
2120#include "clang/AST/DeclCXX.h"
2221#include "clang/AST/DeclObjC.h"
3029#include "clang/AST/StmtCXX.h"
3130#include "clang/AST/Type.h"
3231#include "clang/Basic/Builtins.h"
32+ #include "clang/Basic/DiagnosticComment.h"
3333#include "clang/Basic/PartialDiagnostic.h"
3434#include "clang/Basic/SourceManager.h"
3535#include "clang/Basic/TargetInfo.h"
You can’t perform that action at this time.
0 commit comments