[clang] [clang][dataflow] Fix unsupported types always being equal (PR #129502)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 4 21:29:41 PST 2025


Discookie wrote:

Ah I see, thanks for letting me know! I'll test a bit more, and add more tests as well if I find something.

One of the things I could see an issue with, is that technically the nullptr literal doesn't have a pointee type, since it's a nullptr_t.
Downstream code should be able to handle a <<<NULL>>> QualType without any further code, but that could be a starting point.

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


More information about the cfe-commits mailing list