[PATCH] D142077: [Clang][SemaCXX][Coroutines] Fix misleading diagnostics with -Wunsequenced

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 14:39:21 PST 2023


bruno updated this revision to Diff 494740.
bruno added a comment.

Update checks that rely on `coroutine_traits` in `std-coroutine.h`


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

https://reviews.llvm.org/D142077

Files:
  clang/lib/Sema/SemaChecking.cpp
  clang/test/SemaCXX/Inputs/std-coroutine.h
  clang/test/SemaCXX/coroutine-mixed-exp-namespace.cpp
  clang/test/SemaCXX/coroutine-mixed2-exp-namespace.cpp
  clang/test/SemaCXX/coroutine-mixed4-exp-namespace.cpp
  clang/test/SemaCXX/warn-unsequenced-coro.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142077.494740.patch
Type: text/x-patch
Size: 7013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230203/90497a87/attachment-0001.bin>


More information about the cfe-commits mailing list