[PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 6 09:51:17 PDT 2015
aaron.ballman added a comment.
In http://reviews.llvm.org/D13383#260821, @evgeny777 wrote:
> In case of qualified lookup it raises flag in DeclContext, which is not used anywhere else in clang, only in lldb (clang expression parser is linked to lldb).
Hah, good point, the test case is in lldb, not in clang, for that very reason. :-P Carry on (I must need more sleep).
http://reviews.llvm.org/D13383
More information about the cfe-commits
mailing list