Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19182


Change subject: IMPALA-11695: Reduce clang tidy warning output size
......................................................................

IMPALA-11695: Reduce clang tidy warning output size

The Clang Tidy build enables all warnings via -Wall
and -Weverything. This produces enormous output.
Looking at a recent failed Clang Tidy build, there
are ~4.5 million warnings generated. Of these,
about 4 million are from C++98 compatibility warnings.
A further 250 thousand are from padding warnings.
Since these are not particularly interesting, this
disables both of those to reduce the output size.

Testing:
 - Built with clang tidy locally

Change-Id: I28c6ed1e7a4f525d81a9c48e90d051b374d44941
---
M be/CMakeLists.txt
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/19182/1
--
To view, visit http://gerrit.cloudera.org:8080/19182
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I28c6ed1e7a4f525d81a9c48e90d051b374d44941
Gerrit-Change-Number: 19182
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>

Reply via email to