[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:41:44 PDT 2015
aaron.ballman added a comment.
In http://reviews.llvm.org/D13383#260815, @evgeny777 wrote:
> What kind of tests do you propose for this? It doesn't introduce any new features to clang, only to lldb where the separate review exists
It modifies the behavior of all qualified lookups in Clang, so I would assume there would be some behavior change associated with this?
http://reviews.llvm.org/D13383
More information about the cfe-commits
mailing list