| 544 | } |
| 545 | |
| 546 | IAssistant::Ptr UnknownDeclarationProblem::solutionAssistant() const |
| 547 | { |
| 548 | const Path path(finalLocation().document.str()); |
| 549 | const auto fixits = allFixits() + fixUnknownDeclaration(m_identifier, path, finalLocation()); |
| 550 | return IAssistant::Ptr(new ClangFixitAssistant(fixits)); |
| 551 | } |
nothing calls this directly
no test coverage detected