Alexey Serbin has submitted this change and it was merged. 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). Added --max_line_length=256 IWYU option for better reporting on the reason for header files inclusion. If keeping the default setting of 80 characters, IWYU sometimes omits the information which symbols require particular header file to be included. Change-Id: Ia448dedcbb09ee23b30a922c7143df9036490d84 Reviewed-on: http://gerrit.cloudera.org:8080/7998 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M .gitignore M build-support/iwyu/iwyu-filter.awk M build-support/iwyu/iwyu.sh A build-support/iwyu/mappings/kudu.imp 4 files changed, 56 insertions(+), 18 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7998 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia448dedcbb09ee23b30a922c7143df9036490d84 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins
