[PATCH] D58579: [Sema] SequenceChecker: C++17 sequencing rule for call expression.

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 23 06:48:43 PST 2019


riccibruno created this revision.
riccibruno added reviewers: rsmith, aaron.ballman, Rakete1111.
riccibruno added a project: clang.
Herald added a subscriber: cfe-commits.

In C++17 the postfix-expression of a call expression is sequenced before each expression in the expression-list and any default argument.


Repository:
  rC Clang

https://reviews.llvm.org/D58579

Files:
  include/clang/AST/Expr.h
  lib/Sema/SemaChecking.cpp
  test/SemaCXX/warn-unsequenced.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58579.188049.patch
Type: text/x-patch
Size: 4633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190223/b930979d/attachment-0001.bin>


More information about the cfe-commits mailing list