[all-commits] [llvm/llvm-project] cc5237: [C2y] Correctly handle incomplete types in generic...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue May 27 08:29:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc5237c7af6417139fb32f3e312b9489a6e0bf62
https://github.com/llvm/llvm-project/commit/cc5237c7af6417139fb32f3e312b9489a6e0bf62
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/C/C2y/n3409.c
M clang/test/SemaCXX/generic-selection.cpp
Log Message:
-----------
[C2y] Correctly handle incomplete types in generic selections (#141596)
We were emitting a non-error diagnostic but claiming we emitted an
error, which caused some obvious follow-on problems.
Fixes #141549
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list