This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Use `Strict` accessors in comma operator and no-op cast.
ClosedPublic

Authored by mboehme on May 17 2023, 6:27 AM.

Details

Summary

This patch is part of the ongoing migration to strict handling of value
categories (see https://discourse.llvm.org/t/70086 for details).

Depends On D150775

Diff Detail

Event Timeline

mboehme created this revision.May 17 2023, 6:27 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.May 17 2023, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 6:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.May 23 2023, 4:29 AM
This revision is now accepted and ready to land.May 23 2023, 4:29 AM