[PATCH] D81330: [clang] SequenceChecker: C++17 sequencing rule for overloaded operators.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 16 17:33:30 PDT 2020


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

It would be nice to avoid the duplication between the builtin and overloaded cases here, but I don't see a good way to do that. LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81330





More information about the cfe-commits mailing list