Searched refs:ClangWarningOption (Results 1 – 1 of 1) sorted by relevance
252 std::string ClangWarningOption = std::string( in getCheckName() local254 if (!ClangWarningOption.empty()) in getCheckName()255 return "clang-diagnostic-" + ClangWarningOption; in getCheckName()