Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp332 std::string RuleURI = std::string(getRuleHelpURIStr(CheckName)); in createRule() local
333 if (!RuleURI.empty()) in createRule()
334 Ret["helpUri"] = RuleURI; in createRule()