Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp286 std::string RuleURI = getRuleHelpURIStr(CheckName); in createRule() local
287 if (!RuleURI.empty()) in createRule()
288 Ret["helpUri"] = RuleURI; in createRule()