[all-commits] [llvm/llvm-project] bec968: Demangling support for class type non-type templat...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Nov 20 13:45:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bec968cbb367dd03439c89c1d4ef968ef662d7c0
https://github.com/llvm/llvm-project/commit/bec968cbb367dd03439c89c1d4ef968ef662d7c0
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/test_demangle.pass.cpp
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
Demangling support for class type non-type template parameter extensions.
The extensions in question are described in:
https://github.com/itanium-cxx-abi/cxx-abi/issues/47
https://github.com/itanium-cxx-abi/cxx-abi/issues/63
Differential Revision: https://reviews.llvm.org/D90003
More information about the All-commits
mailing list