[Lldb-commits] [PATCH] D18976: Handle lookup of names identifying both a variable and a type

Ulrich Weigand via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 13 05:58:51 PDT 2016


uweigand added a comment.

In http://reviews.llvm.org/D18976#399633, @labath wrote:

> I think having a self-contained test for this issue (one which does not rely on internals of some system library) would be extremely valuable. Could you add one?


Well, a simple way would be to just add something like

  int A, B, C;

to the lang/cpp/scope/main.cpp test case.   Would that be OK or do you prefer a completely separate test?


http://reviews.llvm.org/D18976





More information about the lldb-commits mailing list