3 Commits

Author SHA1 Message Date
Chuanqi Xu
255a163e51 [C++20] [Modules] Enable reduced BMI by default
As documented in 20.x, we'd like to keep reduced BMI off by default for
1~2 versions. And now we're in 22.x.

I rarely receive bug reports for reduced BMI. I am not sure about the
reason. Maybe not a lot of people are using it. Or it is really stable
enough.

And also, we've been enabling the reduced BMI internally for roughly half a
year.

So I think it's the time to move on. See the document changes for other
information.
2025-07-21 18:57:38 +08:00
Martin Storsjö
551d6ddaa3 [clang] [test] Add a missing requirement for a test
This fixes a test added in 7fc50e92a59c764eb6b1897fcdd506aacb92629c.
2025-07-02 23:58:22 +03:00
Matt Arsenault
7fc50e92a5
clang: Fix parsing of seh exception model (#146643)
Fixes regression reported
https://github.com/llvm/llvm-project/pull/146342#issuecomment-3026600152

The test could probably be better. I'm not sure what special is
happening with the module
compile, but I can't seem to reproduce this with just a plain -cc1 run.
2025-07-02 23:21:47 +03:00