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 baf54f3 [clang-tidy] fix readability-else-after-return test new b36d1a9 Analyze include order on a per-file basis. new 66d119d Remove accidentally committed file.
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/llvm/IncludeOrderCheck.cpp | 130 +++++++++++---------- .../Inputs/Headers/{a.h => cross-file-a.h} | 0 .../Inputs/Headers/{a.h => cross-file-b.h} | 0 test/clang-tidy/Inputs/Headers/cross-file-c.h | 41 +++++++ test/clang-tidy/llvm-include-order.cpp | 5 + 5 files changed, 116 insertions(+), 60 deletions(-) copy test/clang-tidy/Inputs/Headers/{a.h => cross-file-a.h} (100%) copy test/clang-tidy/Inputs/Headers/{a.h => cross-file-b.h} (100%) create mode 100644 test/clang-tidy/Inputs/Headers/cross-file-c.h