[clang][Sema] SequenceChecker: C++17 sequencing rule for call expressions.
In C++17 the postfix-expression of a call expression is sequenced before each expression in the expression-list and any default argument. Differential Revision: https://reviews.llvm.org/D58579 Reviewed By: rsmith
Loading
Please sign in to comment