[clang][dataflow] Use `Strict` accessors in comma operator and no-op cast.
authorMartin Braenne <mboehme@google.com>
Wed, 17 May 2023 13:27:35 +0000 (13:27 +0000)
committerMartin Braenne <mboehme@google.com>
Tue, 23 May 2023 11:58:00 +0000 (11:58 +0000)
commit68baaca61dfad1179a61d99cbf0fe23a6894849d
treeeb845bdd4baa042bb798236d559e6726c37dd1ca
parent75cce50fd2d3869b97d66c280dc2b2c34f9b2818
[clang][dataflow] Use `Strict` accessors in comma operator and no-op cast.

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

Reviewed By: gribozavr2

Differential Revision: https://reviews.llvm.org/D150776
clang/lib/Analysis/FlowSensitive/Transfer.cpp