[Lldb-commits] [PATCH] D59960: Fix for ambiguous lookup in expressions between local variable and namespace
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 9 12:13:56 PDT 2019
shafik marked an inline comment as done.
shafik added inline comments.
================
Comment at: source/Expression/ExpressionSourceCode.cpp:172
+
+ // We can check for .block_descriptor w/o checking for langauge since this
+ // is not a valid identifier in either C or C++.
----------------
@jingham I would appreciate if you could confirm this looks like the right approach
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59960/new/
https://reviews.llvm.org/D59960
More information about the lldb-commits
mailing list