[PATCH] D25458: Don't create builtin declaration when looking for typo corrections in C++
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 15:26:03 PDT 2016
rnk added a comment.
We shouldn't thread this kind of boolean all the way through name lookup. This is the kind of thing that callers should configure on the LookupResult object that they pass in.
https://reviews.llvm.org/D25458
More information about the cfe-commits
mailing list