nridge added a comment.
Thanks for the comments! I'll have a more detailed look later, but just wanted
to ask one clarifying question for now:
================
Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:90
+ for (const auto &Entry :
+ allTargetDecls(N->ASTNode, AST.getHeuristicResolver()))
ActualDecls.emplace_back(Entry.first, Entry.second);
----------------
sammccall wrote:
> If we really want these to be separate, I think we should be using a null
> resolver except for the tests that are explicitly testing heuristics
> resolution. (And those tests could check both with/without resolver and
> verify it's required...)
I'm not sure what you mean by "if we really want these to be separate". What
are "these"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92290/new/
https://reviews.llvm.org/D92290
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits