[Lldb-commits] [PATCH] D18976: Handle lookup of names identifying both a variable and a type
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 13 06:11:39 PDT 2016
labath added a comment.
I think adding it to the extending the existing test is fine, given that it's a fairly small one. (In case of large tests, it's better to make a new one, so it can be debugged/xfailed independently). Maybe just add `int C` so that we test both the situation when we have a variable, and when we don't?
http://reviews.llvm.org/D18976
More information about the lldb-commits
mailing list