[all-commits] [llvm/llvm-project] 7f2f02: Remark was added to clang tooling Diagnostic
Ivan Murashko via All-commits
all-commits at lists.llvm.org
Mon May 24 08:23:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f2f0247f855b143c12cd33d1f53d14bc63f3e82
https://github.com/llvm/llvm-project/commit/7f2f0247f855b143c12cd33d1f53d14bc63f3e82
Author: Ivan Murashko <ivan.murashko at gmail.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/remarks/A.h
A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/remarks/module.modulemap
A clang-tools-extra/test/clang-tidy/infrastructure/remarks.cpp
M clang/include/clang/Tooling/Core/Diagnostic.h
M clang/include/clang/Tooling/DiagnosticsYaml.h
M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
Log Message:
-----------
Remark was added to clang tooling Diagnostic
The diff adds Remark to Diagnostic::Level for clang tooling. That makes
Remark diagnostic level ready to use in clang-tidy checks: the
clang-diagnostic-module-import becomes visible as a part of the change.
More information about the All-commits
mailing list