[PATCH] D99005: [clang] WIP: Implement P2266

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 20 19:15:34 PDT 2021


mizvekov updated this revision to Diff 332140.
mizvekov added a comment.

- Removed special flag, now is enabled on -std=c++2b
- Always enabled for coroutines
- Ran test suite
- Some relevant test files updated to also run c++2b
- Some new tests added


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99005

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/Sema.cpp
  clang/lib/Sema/SemaCoroutine.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/CXX/class/class.init/class.copy.elision/p3.cpp
  clang/test/CXX/special/class.copy/p33-0x.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99005.332140.patch
Type: text/x-patch
Size: 21839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210321/0588060e/attachment-0001.bin>


More information about the cfe-commits mailing list