Searched refs:new_diagnostic (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp212 auto new_diagnostic = std::make_unique<ClangDiagnostic>( variable
224 new_diagnostic->AddFixitHint(fixit);
228 m_manager->AddDiagnostic(std::move(new_diagnostic));

Completed in 63 milliseconds