[PATCH] D84362: [NFC] Add missing functions to PartialDiagnostic
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 14:07:37 PDT 2020
yaxunl created this revision.
yaxunl added a reviewer: tra.
PartialDiagnostic misses some functions compared to DiagnosticBuilder.
This patch adds missing functions to PartialDiagnostic so that can emit
all diagnostics that can be emitted by DiagnosticBuilder.
https://reviews.llvm.org/D84362
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/Attr.h
clang/include/clang/AST/CanonicalType.h
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclarationName.h
clang/include/clang/AST/NestedNameSpecifier.h
clang/include/clang/AST/TemplateBase.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/Diagnostic.h
clang/include/clang/Basic/PartialDiagnostic.h
clang/include/clang/Sema/Ownership.h
clang/include/clang/Sema/ParsedAttr.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/TemplateBase.cpp
clang/lib/Basic/Diagnostic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84362.279939.patch
Type: text/x-patch
Size: 24135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200722/8d23fb2a/attachment-0001.bin>
More information about the cfe-commits
mailing list