[Lldb-commits] [PATCH] D113930: [LLDB][NativePDB] Fix function decl creation for class methods
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 3 16:35:14 PST 2021
zequanwu updated this revision to Diff 391775.
zequanwu added a comment.
Deduplicate method decls in a class/struct by method's name and CompilerType.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113930/new/
https://reviews.llvm.org/D113930
Files:
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113930.391775.patch
Type: text/x-patch
Size: 17184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211204/1e2d823a/attachment.bin>
More information about the lldb-commits
mailing list