[libcxx-commits] [PATCH] D91311: Add new 'preferred_name' attribute.
Richard Smith - zygoloid via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 12 15:28:30 PST 2020
rsmith updated this revision to Diff 304984.
rsmith marked 5 inline comments as done.
rsmith added a comment.
- Address review comments.
- Extend libc++ changes to cover <regex>.
- Bugfixes from further testing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91311/new/
https://reviews.llvm.org/D91311
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/TypePrinter.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/SemaTemplate/attributes.cpp
clang/utils/TableGen/ClangAttrEmitter.cpp
libcxx/include/__config
libcxx/include/iosfwd
libcxx/include/regex
libcxx/include/string
libcxx/include/string_view
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91311.304984.patch
Type: text/x-patch
Size: 28637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201112/25bf8cb3/attachment-0001.bin>
More information about the libcxx-commits
mailing list