[
https://issues.apache.org/jira/browse/IMPALA-7132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang updated IMPALA-7132:
-----------------------------------
Fix Version/s: Impala 2.13.0
> run_clang_tidy.sh produces unrelated output
> -------------------------------------------
>
> Key: IMPALA-7132
> URL: https://issues.apache.org/jira/browse/IMPALA-7132
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 2.13.0, Impala 3.1.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> bin/run_clang_tidy.sh uses Clang's run-clang-tidy.py script, and this is
> producing a large amount of useless output like this:
> {noformat}
> New replacement: /home/ubuntu/Impala/be/src/runtime/types.h: 7916:+0:"break; "
> Existing replacement: /home/ubuntu/Impala/be/src/runtime/types.h:
> 7916:+0:"FALLTHROUGH_INTENDED; "
> Fix conflicts with existing fix! The new insertion has the same insert
> location as an existing replacement.
> New replacement: /home/ubuntu/Impala/be/src/runtime/types.h: 7916:+0:"break; "
> Existing replacement: /home/ubuntu/Impala/be/src/runtime/types.h:
> 7916:+0:"FALLTHROUGH_INTENDED; "
> 1453 warnings generated.
> Suppressed 1455 warnings (3 in non-user code, 2 NOLINT, 1450 with check
> filters).
> Use -header-filter=.* to display errors from all non-system headers. Use
> -system-headers to display errors from system headers as well.{noformat}
> This happens over and over with no diagnostic utility. It is being written to
> stderr, and it seems that nothing diagnostically useful is written to stderr.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]