[Lldb-commits] [PATCH] D51162: [PDB] Restore AST from PDB symbols
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 5 06:43:02 PDT 2018
aleksandr.urakov updated this revision to Diff 164026.
aleksandr.urakov added a comment.
- Fix a typo bug in `AddRecordMethods` (use `continue` instead of `break`);
- Do not search function declarations by name during getting of a declaration for a symbol, it may lead to ambiguity.
https://reviews.llvm.org/D51162
Files:
include/lldb/Symbol/ClangASTContext.h
lit/SymbolFile/PDB/Inputs/AstRestoreTest.cpp
lit/SymbolFile/PDB/ast-restore.test
lit/SymbolFile/PDB/class-layout.test
lit/SymbolFile/PDB/func-symbols.test
lit/SymbolFile/PDB/pointers.test
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
source/Plugins/SymbolFile/PDB/PDBASTParser.h
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
source/Symbol/ClangASTContext.cpp
tools/lldb-test/lldb-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51162.164026.patch
Type: text/x-patch
Size: 59017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180905/c375f7a0/attachment-0001.bin>
More information about the lldb-commits
mailing list