[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 llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 11:25:38 PST 2018


asmith added a comment.

https://reviews.llvm.org/D41427 was reverted because the commit was missing some of the binary files for the tests. This is the same as https://reviews.llvm.org/D41427 without the binary files. I've dropped them since there are lit tests for the same functionality now.


Repository:
  rL LLVM

https://reviews.llvm.org/D42434





More information about the llvm-commits mailing list