[clang] [CIR] Fix assignment ignore in ScalarExprEmitter (PR #166118)

Morris Hafner via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 4 00:09:32 PST 2025


mmha wrote:

I noticed that we were also not ignoring expressions in IgnoredExprs, making this hard to test. I changed this, too and added a few tests to ensure assignments do not get ignored.

https://github.com/llvm/llvm-project/pull/166118


More information about the cfe-commits mailing list