[PATCH] D135341: [clang] adds `__reference_constructs_from_temporary`
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 8 16:49:04 PDT 2022
cjdb updated this revision to Diff 466318.
cjdb retitled this revision from "[clang] adds `__reference_constructs_from_temporary` and `__reference_converts_from_temporary`" to "[clang] adds `__reference_constructs_from_temporary`".
cjdb added a comment.
discards work on `__reference_converts_from_temporary` for now. This feature isn't as trivial to implement as `__reference_constructs_from_temporary`, so it's deserving of its own commit. The two features are used exclusively, so it's not like adding one without the other will lead to an incomplete standard type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135341/new/
https://reviews.llvm.org/D135341
Files:
clang/docs/LanguageExtensions.rst
clang/include/clang/Basic/DiagnosticCommonKinds.td
clang/lib/Lex/PPMacroExpansion.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseExpr.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/test/SemaCXX/type-traits.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135341.466318.patch
Type: text/x-patch
Size: 10053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221008/2b10fee2/attachment-0001.bin>
More information about the cfe-commits
mailing list