Hello Attila Bukor, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14839
to look at the new patch set (#2).
Change subject: clang_tidy_gerrit: disable llvm-include-order check
......................................................................
clang_tidy_gerrit: disable llvm-include-order check
The 'llvm-include-order' check in clang-tidy contradicts with IWYU
on the order of 'file.h' and 'file-inl.h' include file pairs.
IWYU intentionally orders 'file-inl.h' and 'file.h' to make 'file.h'
preceding it's 'file-inl.h' counterpart. To avoid confusion, let's
isable the 'llvm-include-order' check.
Change-Id: Ie1f0e3a5b8447940be74071cc6701ac5eb5ddcf6
---
M build-support/clang_tidy_gerrit.py
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/14839/2
--
To view, visit http://gerrit.cloudera.org:8080/14839
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie1f0e3a5b8447940be74071cc6701ac5eb5ddcf6
Gerrit-Change-Number: 14839
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)