[all-commits] [llvm/llvm-project] d4e62e: [clang-doc] Fix assertions error in Serialize.cpp
Paul Kirth via All-commits
all-commits at lists.llvm.org
Thu May 29 12:38:24 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-assertion
Home: https://github.com/llvm/llvm-project
Commit: d4e62ee0d7be5e3726126b2ad1ce1a5935fd885e
https://github.com/llvm/llvm-project/commit/d4e62ee0d7be5e3726126b2ad1ce1a5935fd885e
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M clang-tools-extra/clang-doc/Serialize.cpp
Log Message:
-----------
[clang-doc] Fix assertions error in Serialize.cpp
We can only print and use a default arg, if it is instantiated.
I was unable to reduce the test case for this to something of reasonable
size, but this is easily hit by running clang-doc to generate clang's
documentation. For now, we can fix the assertion quickly to unbreak
users, and add the proper test once it is small enough.
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