[PATCH] D21626: Lit C++11 Compatibility Patch #10
Charles Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 16 16:06:47 PST 2016
tigerleapgorge updated this revision to Diff 81810.
tigerleapgorge added a comment.
Update patch to match latest Clang C++11 diagnostics.
2 tests are changed.
test/SemaCXX/PR9572.cpp
Expect the following additional Note following existing Error.
destructor of 'Foo' is implicitly deleted because base class 'Base' has an inaccessible destructor
test/SemaCXX/virtual-base-used.cpp
Expect the following additional Notes following existing Errors.
destructor of 'B' is implicitly deleted because field 'x' has an inaccessible destructor
destructor of 'E' is implicitly deleted because field 'x' has an inaccessible destructor
destructor of 'H' is implicitly deleted because field 'x' has an inaccessible destructor
https://reviews.llvm.org/D21626
Files:
test/Modules/Inputs/merge-using-decls/a.h
test/Modules/Inputs/merge-using-decls/b.h
test/Modules/merge-using-decls.cpp
test/OpenMP/declare_reduction_messages.cpp
test/OpenMP/openmp_check.cpp
test/SemaCXX/MicrosoftExtensions.cpp
test/SemaCXX/PR9572.cpp
test/SemaCXX/default-assignment-operator.cpp
test/SemaCXX/default-constructor-initializers.cpp
test/SemaCXX/format-strings.cpp
test/SemaCXX/printf-cstr.cpp
test/SemaCXX/virtual-base-used.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21626.81810.patch
Type: text/x-patch
Size: 39355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161217/6cb559b2/attachment-0001.bin>
More information about the cfe-commits
mailing list