[all-commits] [llvm/llvm-project] 6089fd: [libc++abi] Refactor exception type demangling int...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu May 12 10:17:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6089fd6c0b1cca4fd16583b25954c132a9b58ebd
https://github.com/llvm/llvm-project/commit/6089fd6c0b1cca4fd16583b25954c132a9b58ebd
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M libcxxabi/src/cxa_default_handlers.cpp
Log Message:
-----------
[libc++abi] Refactor exception type demangling into a separate function
As a fly-by fix, also let `__cxa_demangle` allocate its buffer alone,
since we are not allowed to pass a non-malloc'd buffer to it.
Differential Revision: https://reviews.llvm.org/D125268
More information about the All-commits
mailing list