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 0d4134d [clang-tidy] Add readability-misleading-indentation check. new e3b4050 [clang-tidy] Improve diagnostic message for misc-definitions- [...] new 87be7d4 [clang-tidy] Add support for NOLINTNEXTLINE.
The 2 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 | 29 ++++++++++++++++++++++ clang-tidy/misc/DefinitionsInHeadersCheck.cpp | 8 +++--- test/clang-tidy/misc-definitions-in-headers.hpp | 4 +-- test/clang-tidy/nolintnextline.cpp | 33 +++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 test/clang-tidy/nolintnextline.cpp