[PATCH] D75545: [dsymutil] Fix template stripping in getDIENames(...) to account for overloaded operators
Shafik Yaghmour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 10:39:39 PST 2020
shafik updated this revision to Diff 248239.
shafik marked 4 inline comments as done.
shafik added a comment.
Addressing comment
- Converting function to static Vs anon namespace
- Updating naming
- moving assignment into if
- clang-format
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75545/new/
https://reviews.llvm.org/D75545
Files:
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/test/tools/dsymutil/Inputs/private/tmp/templated_operators/template_operators
llvm/test/tools/dsymutil/Inputs/private/tmp/templated_operators/template_operators.o
llvm/test/tools/dsymutil/X86/template_operators.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75545.248239.patch
Type: text/x-patch
Size: 3753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200304/f11cdcdc/attachment.bin>
More information about the llvm-commits
mailing list