[PATCH] D71141: [Wdocumentation] Use C++14 deprecated attribute
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 12:06:36 PST 2019
Mordante created this revision.
Mordante added a reviewer: gribozavr2.
Mordante added a project: clang.
This replaces the non-standard `__attribute__((deprecated))` with the standard `[[deprecated]]` when compiling in C++14 mode.
Discovered while looking at https://bugs.llvm.org/show_bug.cgi?id=43753
Depends: D71140 <https://reviews.llvm.org/D71140>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71141
Files:
clang/lib/AST/CommentSema.cpp
clang/test/Sema/warn-documentation-fixits.cpp
clang/test/Sema/warn-documentation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71141.232626.patch
Type: text/x-patch
Size: 6170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191206/2b16e824/attachment.bin>
More information about the cfe-commits
mailing list