[clang] Add error check for HeuristicResolver (PR #155561)
Mythreya Kuricheti via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 30 16:27:40 PDT 2025
================
@@ -42,6 +62,11 @@ template <typename InputNode, typename ParamT, typename InputMatcher,
void expectResolution(llvm::StringRef Code, ResolveFnT<ParamT> ResolveFn,
const InputMatcher &IM, const OutputMatchers &...OMS) {
auto TU = tooling::buildASTFromCodeWithArgs(Code, {"-std=c++23"});
----------------
MythreyaK wrote:
omg totally forgot about this, sorry!
https://github.com/llvm/llvm-project/pull/155561
More information about the cfe-commits
mailing list