Revert "[SymbolFilePDB] Fix null array access when parsing the type of a function...
authorPavel Labath <labath@google.com>
Mon, 22 Jan 2018 11:51:56 +0000 (11:51 +0000)
committerPavel Labath <labath@google.com>
Mon, 22 Jan 2018 11:51:56 +0000 (11:51 +0000)
commit11d0b29446a4f70e50ac086ada8dcf8db3016a3c
treeffdb38e3e1ab39c6d16db0be51a1f2873c0216b3
parentf5b8c82198002b7155bc5d7590064df1a6568398
Revert "[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"

This reverts commit r322995, as it breaks
lldb-Unit::SymbolFilePDBTests.TestTypedefs
<http://lab.llvm.org:8011/builders/lldb-windows7-android/builds/7715>.

llvm-svn: 323102
lldb/lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp [deleted file]
lldb/lit/SymbolFile/PDB/enums-layout.test [deleted file]
lldb/lit/SymbolFile/PDB/typedefs.test [deleted file]
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp