Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp581 StringRef BugDesc = D.getVerboseDescription(); in FinalizeHTML() local
582 if (!BugDesc.empty()) in FinalizeHTML()
583 os << "\n<!-- BUGDESC " << BugDesc << " -->\n"; in FinalizeHTML()