[PATCH] D18175: Avoid using LookupResult's implicit copy ctor and assignment operator to avoid warnings
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 13:30:24 PDT 2016
rjmccall added a comment.
Hmm. Checking whether LookupName returns false will catch a lot of simple cases. I think the test case you need might have to be a lookup that finds multiple overloads of a function in C++.
Repository:
rL LLVM
http://reviews.llvm.org/D18175
More information about the cfe-commits
mailing list