[Lldb-commits] [PATCH] D41427: [lldb] Fix crash when parsing the type of a function without any arguments

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 21 13:53:06 PST 2017


asmith added a comment.

This fix is part of a larger set of changes to retrieve the type for a function signature and I don't see how to test for this without those changes. With all the other changes, lldb-test fails without this fix and passes with it. So it's implicitly already tested.


Repository:
  rL LLVM

https://reviews.llvm.org/D41427





More information about the lldb-commits mailing list