[PATCH] D58297: [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>, .*, ->*, =, op=
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 15 11:41:57 PST 2019
riccibruno created this revision.
riccibruno added reviewers: rsmith, rjmccall, aaron.ballman.
riccibruno added a project: clang.
Herald added subscribers: cfe-commits, jdoerfert.
Implement the C++17 sequencing rules for the built-in operators `<<`, `>>`, `.*`, `->*`, `=` and `op=`.
Repository:
rC Clang
https://reviews.llvm.org/D58297
Files:
lib/Sema/SemaChecking.cpp
test/SemaCXX/warn-unsequenced.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58297.187054.patch
Type: text/x-patch
Size: 15707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/30c9fdf1/attachment-0001.bin>
More information about the cfe-commits
mailing list