Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp652 StringRef BugDesc = D.getVerboseDescription(); in FinalizeHTML() local
653 if (!BugDesc.empty()) in FinalizeHTML()
654 os << "\n<!-- BUGDESC " << BugDesc << " -->\n"; in FinalizeHTML()