[PATCH] D156057: [Clang][Sema] Diagnose indeterminately sequenced accesses

PoYao Chang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 08:12:33 PDT 2023


rZhBoYao updated this revision to Diff 543559.
rZhBoYao added a comment.

Refactor VisitCXXOperatorCallExpr and mark CWG2571 as done in Clang 15 (deliberately the same version P2128R6 was implemented) since this patch only fix the diagnostics around it.


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

https://reviews.llvm.org/D156057

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticGroups.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaChecking.cpp
  clang/test/CXX/drs/dr25xx.cpp
  clang/test/SemaCXX/warn-unsequenced.cpp
  clang/www/cxx_dr_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156057.543559.patch
Type: text/x-patch
Size: 54119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230724/e23b5afa/attachment-0001.bin>


More information about the cfe-commits mailing list