[Lldb-commits] [PATCH] D41427: [SymbolFilePDB] Fix null array access when parsing the type of a function without any arguments, i.e. 'int main()' and add support to test it
David Majnemer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 19 16:55:15 PST 2018
majnemer added inline comments.
================
Comment at: lldb/trunk/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp:162-163
+ return ConstString("HRESULT");
+ case PDB_BuiltinType::BCD:
+ return ConstString("HRESULT");
+ case PDB_BuiltinType::None:
----------------
Copy paste bug?
Repository:
rL LLVM
https://reviews.llvm.org/D41427
More information about the lldb-commits
mailing list