Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/7998
Change subject: [iwyu] kudu-specific mappings for std::tr1 entities ...................................................................... [iwyu] kudu-specific mappings for std::tr1 entities Added Kudu-specific IWYU mappings for std::tr1::shared_ptr and friends from TR1 (those are used in the Kudu C++ client API). Also, moved the instructions for running a non-incremental IWYU verification (i.e. running the tool against every C++ source file in the project) from build-support/iwyu/iwyu-filter.awk file into top-level README.adoc The additional --max_line_length=256 IWYU option allows for better reporting of the reason for header files inclusion. If keeping the default setting of 80 characters, IWYU sometimes skipped the information which symbols require particular header file to be included. Change-Id: Ia448dedcbb09ee23b30a922c7143df9036490d84 --- M .gitignore M README.adoc M build-support/iwyu/iwyu-filter.awk M build-support/iwyu/iwyu.sh A build-support/iwyu/mappings/kudu.imp 5 files changed, 87 insertions(+), 46 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/98/7998/1 -- To view, visit http://gerrit.cloudera.org:8080/7998 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia448dedcbb09ee23b30a922c7143df9036490d84 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
