[all-commits] [llvm/llvm-project] 20f56d: [libc++abi] Fix C++ demangling for _BitInt type (#...
Larry Meadows via All-commits
all-commits at lists.llvm.org
Wed Jun 25 12:06:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20f56d140909a01c74e9981835373eaab6021af9
https://github.com/llvm/llvm-project/commit/20f56d140909a01c74e9981835373eaab6021af9
Author: Larry Meadows <lmeadows at amd.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/DemangleTestCases.inc
M llvm/include/llvm/Demangle/ItaniumDemangle.h
M llvm/include/llvm/Testing/Demangle/DemangleTestCases.inc
Log Message:
-----------
[libc++abi] Fix C++ demangling for _BitInt type (#143466)
The front-end expects _BitInt to be available for substitution; ensure DB<n> is
added to Subs in ItaniumDemangle.h. Also add a test case to libc++abi and
sync the files to llvm/include/llvm.
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