[PATCH] D55769: Add support for demangling msvc's noexcept types to llvm-undname
Zachary Henkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 17 08:07:24 PST 2018
zahen created this revision.
zahen added reviewers: zturner, rnk.
Herald added a subscriber: llvm-commits.
msvc under C++17 mangles noexcept functions used as types (function parameters, template types) with "_E" instead of "Z" indicating the function is noexcept.
Repository:
rL LLVM
https://reviews.llvm.org/D55769
Files:
include/llvm/Demangle/MicrosoftDemangle.h
include/llvm/Demangle/MicrosoftDemangleNodes.h
lib/Demangle/MicrosoftDemangle.cpp
lib/Demangle/MicrosoftDemangleNodes.cpp
test/Demangle/ms-cxx17-noexcept.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55769.178469.patch
Type: text/x-patch
Size: 3304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181217/97f38f16/attachment.bin>
More information about the llvm-commits
mailing list