Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14839
Change subject: clang_tidy_gerrit: disable llvm-include-order check ...................................................................... clang_tidy_gerrit: disable llvm-include-order check After updating LLVM to 9.0, the newly introduced llvm-include-order check in clang-tidy started contradicting with IWYU on includes sort order. To avoid confusion until the disagreement is addressed, let's disable the 'llvm-include-order' check since IWYU is taking care of properly sorting the include directives anyways. Change-Id: Ie1f0e3a5b8447940be74071cc6701ac5eb5ddcf6 --- M build-support/clang_tidy_gerrit.py 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/14839/1 -- 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: newchange Gerrit-Change-Id: Ie1f0e3a5b8447940be74071cc6701ac5eb5ddcf6 Gerrit-Change-Number: 14839 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
