[clang] [clang] Fix the crash when dumping deserialized decls (PR #133395)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 28 03:10:25 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 module crash with `-dump-deserialized-decls`
----------------
ilya-biryukov wrote:

NIT: is it `-Xclang=-dump-deserialized-decls`? Users might be confused if they decide to try it out simply because it's mentioned in the release notes.

https://github.com/llvm/llvm-project/pull/133395


More information about the cfe-commits mailing list