Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h45 std::vector<std::string> EnabledDiagnosticAliases; member
DClangTidy.cpp129 if (!Error.EnabledDiagnosticAliases.empty()) in reportDiagnostic()
130 Name += "," + llvm::join(Error.EnabledDiagnosticAliases, ","); in reportDiagnostic()
DClangTidyDiagnosticConsumer.cpp808 ExistingError.EnabledDiagnosticAliases.emplace_back(Error.DiagnosticName); in removeDuplicatedDiagnosticsOfAliasCheckers()