[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

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 23 12:37:01 PST 2018


asmith updated this revision to Diff 131129.
asmith added a comment.

Fix BCD typo


https://reviews.llvm.org/D42434

Files:
  lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp
  lit/SymbolFile/PDB/enums-layout.test
  lit/SymbolFile/PDB/typedefs.test
  source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42434.131129.patch
Type: text/x-patch
Size: 20543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180123/b69e7fda/attachment-0001.bin>


More information about the lldb-commits mailing list