Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7132

run_clang_tidy.sh produces unrelated output

    XMLWordPrintableJSON

Details

    Description

      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:

      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.

      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.

      Attachments

        Activity

          People

            joemcdonnell Joe McDonnell
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: