This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 6691ab74 [clang-tidy] Fix an assertion failure in misc-redundant-expression. new 45ba06b9 [clang-tidy] Make the plugin honor NOLINT
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/ClangTidyDiagnosticConsumer.cpp | 94 +++++++++++++++++++--- clang-tidy/ClangTidyDiagnosticConsumer.h | 13 +++ clang-tidy/plugin/ClangTidyPlugin.cpp | 23 ++++-- test/clang-tidy/basic.cpp | 1 + test/clang-tidy/nolint-plugin.cpp | 50 ++++++++++++ ...olintnextline.cpp => nolintnextline-plugin.cpp} | 15 ++-- 6 files changed, 170 insertions(+), 26 deletions(-) create mode 100644 test/clang-tidy/nolint-plugin.cpp copy test/clang-tidy/{nolintnextline.cpp => nolintnextline-plugin.cpp} (53%)