[Lldb-commits] [PATCH] D14673: Fix buildbot breakage after r253106

Ying Chen via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 16 11:38:56 PST 2015


chying added a comment.

The compiler None check is because inside of check_list_or_lambda function, it checks for "value in list_or_lamda", which will throw exception if value is None
I agree that the code will be cleaner if debug_info is initialized to None.
Will try to upload another patch soon.


http://reviews.llvm.org/D14673





More information about the lldb-commits mailing list