Implement the C++17 sequencing rules for the built-in operators <<, >>, .*, ->*, = and op=.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
- Only call note{Pre,Post}{Use, Mod} if we have a valid memory location.
- Fixed 2 tests in CXX/drs which I initially missed.