[clang] [clang][dataflow] Fix buggy assertion: Compare an unqualified type to an unqualified type. (PR #71573)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 01:58:04 PST 2023
================
@@ -3197,6 +3197,26 @@ TEST(TransferTest, AggregateInitialization_NotExplicitlyInitializedField) {
});
}
+TEST(TransferTest, AggregateInitializationFunctionPointer) {
+ // This is a crash repro.
----------------
martinboehme wrote:
```suggestion
// This is a repro for an assertion failure.
```
https://github.com/llvm/llvm-project/pull/71573
More information about the cfe-commits
mailing list