forked from OSchip/llvm-project
parent
5010b262aa
commit
284c249a63
clang-tools-extra/clang-tidy
|
@ -112,7 +112,7 @@ struct ProfileData {
|
|||
llvm::StringMap<llvm::TimeRecord> Records;
|
||||
};
|
||||
|
||||
/// \brief Every \c ClangTidyCheck reports errors through a \c DiagnosticEngine
|
||||
/// \brief Every \c ClangTidyCheck reports errors through a \c DiagnosticsEngine
|
||||
/// provided by this context.
|
||||
///
|
||||
/// A \c ClangTidyCheck always has access to the active context to report
|
||||
|
|
Loading…
Reference in New Issue