[PATCH] D78100: [AST] Suppress the spammy "attempt to use a deleted fucntion" diagnostic.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 05:18:11 PDT 2020
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added a project: clang.
This patch fixes the regression diagnostic, which was introduced in
https://reviews.llvm.org/D77395.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78100
Files:
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/class.access/p4.cpp
clang/test/CXX/special/class.ctor/p5-0x.cpp
clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
clang/test/SemaCXX/virtual-base-used.cpp
clang/test/SemaObjCXX/arc-0x.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78100.257290.patch
Type: text/x-patch
Size: 23997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200414/1ce2f901/attachment-0001.bin>
More information about the cfe-commits
mailing list