Home
last modified time | relevance | path

Searched refs:BugDesc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp641 StringRef BugDesc = D.getVerboseDescription(); in FinalizeHTML() local
642 if (!BugDesc.empty()) in FinalizeHTML()
643 os << "\n<!-- BUGDESC " << BugDesc << " -->\n"; in FinalizeHTML()