[PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 6 09:49:55 PDT 2015
evgeny777 added a comment.
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).
http://reviews.llvm.org/D13383
More information about the cfe-commits
mailing list