zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.


================
Comment at: source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp:499
     auto type_list = GetTypeList();
-    type_list->Insert(result);
+    if (type_list)
+      type_list->Insert(result);
----------------
Why would this return `nullptr`?


Repository:
  rL LLVM

https://reviews.llvm.org/D44165



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to