[all-commits] [llvm/llvm-project] 876435: * Fix demangling of optional template-args for ven...
orlov-alex via All-commits
all-commits at lists.llvm.org
Tue Mar 23 23:22:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 876435c487cf7635c641aef7860f5b71641a4431
https://github.com/llvm/llvm-project/commit/876435c487cf7635c641aef7860f5b71641a4431
Author: Alex Orlov <aorlov at accesssoftek.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/test_demangle.pass.cpp
M llvm/include/llvm/Demangle/ItaniumDemangle.h
M llvm/unittests/Demangle/DemangleTest.cpp
Log Message:
-----------
* Fix demangling of optional template-args for vendor extended type qualifier.
This fixes https://bugs.llvm.org/show_bug.cgi?id=48009 bug.
Reviewed By: erik.pilkington, krisb
Differential Revision: https://reviews.llvm.org/D98687
More information about the All-commits
mailing list