diff options
author | Discookie <viktor.cseh@ericsson.com> | 2025-03-04 10:38:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 10:38:06 +0000 |
commit | 680391f07a45272bb9bfd385cf4c6846b8be32dd (patch) | |
tree | d19eeadce95981dc3e1df75ec399f78e278bb768 /clang/test/AST/ast-print-openacc-declare-construct.cpp | |
parent | e27b8b2eda767eb59d3d605d288e733b154a48c5 (diff) | |
download | llvm-680391f07a45272bb9bfd385cf4c6846b8be32dd.zip llvm-680391f07a45272bb9bfd385cf4c6846b8be32dd.tar.gz llvm-680391f07a45272bb9bfd385cf4c6846b8be32dd.tar.bz2 |
[clang][dataflow] Fix unsupported types always being equal (#129502)
Previously when the framework encountered unsupported values (such as
enum classes), they were always treated as equal when comparing with
`==`, regardless of their actual values being different.
Now the two sides are only equal if there's a Value assigned to them.
Added a Value assignment for `nullptr`, to handle the special case of
`nullptr == nullptr`.
Diffstat (limited to 'clang/test/AST/ast-print-openacc-declare-construct.cpp')
0 files changed, 0 insertions, 0 deletions