[clang] [win][clang] Do not inject static_assert macro definition (PR #147030)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 4 07:23:29 PDT 2025
================
@@ -750,6 +750,8 @@ Bug Fixes in This Version
- Fixed an infinite recursion when checking constexpr destructors. (#GH141789)
- Fixed a crash when a malformed using declaration appears in a ``constexpr`` function. (#GH144264)
- Fixed a bug when use unicode character name in macro concatenation. (#GH145240)
+- Clang doesn't erroneously inject static_assert macro in ms-compatibility and
----------------
cor3ntin wrote:
```suggestion
- Clang doesn't erroneously inject a ``static_assert`` macro in ms-compatibility and
```
https://github.com/llvm/llvm-project/pull/147030
More information about the cfe-commits
mailing list