Commit Graph

1 Commits

Author SHA1 Message Date
Alex Behm
2c07ca3aac IMPALA-3632: Add script for runnig cppclean over the BE code.
This patch adds a script bin/cppclean.sh that runs cppclean
over the BE code and writes the output to stdout.

cppclean is a tool for detecting various issues with C++ code:
https://github.com/myint/cppclean

To simplify the above step this change also modifies CMakeLists.txt
to allow dumping of all include paths to a file, like this:

cmake -DDUMP_INCLUDE_PATHS=output_file.txt

Change-Id: I5cd064344bdf47d77058fb570f034bb324308103
Reviewed-on: http://gerrit.cloudera.org:8080/3237
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Alex Behm <alex.behm@cloudera.com>
2016-06-08 02:30:17 -07:00