[clang] [PATCH] [clang][frontend] Fix AllocKind retrieving for `CXXConstructorDecl` refs #132794 (PR #133077)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 01:49:47 PDT 2025
================
@@ -316,6 +316,7 @@ Bug Fixes in This Version
- Fixed a modules crash where exception specifications were not propagated properly (#GH121245, relanded in #GH129982)
- Fixed a problematic case with recursive deserialization within ``FinishedDeserializing()`` where
``PassInterestingDeclsToConsumer()`` was called before the declarations were safe to be passed. (#GH129982)
+- Fixed a modules crash where an explicit Constructor was deserialized. (GH#132794)
----------------
cor3ntin wrote:
```suggestion
- Fixed a modules crash where an explicit Constructor was deserialized. (#GH132794)
```
https://github.com/llvm/llvm-project/pull/133077
More information about the cfe-commits
mailing list