[PATCH] D120589: [Clang] Implement decltype(auto)(x) from P0849R2

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 28 10:42:20 PST 2022


lichray updated this revision to Diff 411845.
lichray added a comment.

Restore the right diff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120589/new/

https://reviews.llvm.org/D120589

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaExprCXX.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.auto.deduct/p2.cpp
  clang/test/CXX/expr/expr.post/expr.type.conv/p1-2b.cpp
  clang/test/SemaCXX/deduced-return-type-cxx14.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120589.411845.patch
Type: text/x-patch
Size: 11657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220228/f8e9b889/attachment-0001.bin>


More information about the cfe-commits mailing list