Closed bolshakov-a closed 6 months ago
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: Andrey Ali Khan Bolshakov (bolshakov-a)
Could you merge it please?
Looks like automation didn't trigger for some reason... but quoting the automated message that's supposed to trigger:
⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo. Please turn off Keep my email addresses private setting in your account. See LLVM Discourse for more information.
Please turn off Keep my email addresses private setting in your account.
Done.
Only unique
OpaqueValueExpr
s should be handled in the mapping builder, as discussed in #85837. However,getCond()
returns non-uniqueOpaqueValueExpr
forBinaryConditionalOperator
(because it is also used as the "true" branch expression). UsegetCommon()
instead so as to bypass theOpaqueValueExpr
.@efriedma-quic