[Lldb-commits] [PATCH] D42434: [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
Tue Jan 23 11:28:59 PST 2018


majnemer added inline comments.


================
Comment at: 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/D42434





More information about the lldb-commits mailing list