[PATCH] D57660: [Sema] SequenceChecker: Handle references, members and structured bindings.
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 03:34:16 PST 2019
xbolva00 added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:12631
- void VisitSequencedExpressions(Expr *SequencedBefore, Expr *SequencedAfter) {
+ void VisitSequencedExpressions(const Expr *SequencedBefore,
+ const Expr *SequencedAfter) {
----------------
You can land some NFC changes in separate commit.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57660/new/
https://reviews.llvm.org/D57660
More information about the cfe-commits
mailing list