bneradt opened a new pull request, #460: URL: https://github.com/apache/trafficserver-ci/pull/460
run-clang-tidy's diagnostics went only to the console log, where one invocation line plus a "N warnings generated." line per translation unit buried them: a failing run over ~700 files printed 1355 lines of noise around the handful of lines saying what actually failed. Keep the full output as an artifact next to the clang-analyzer report, drop the per-translation-unit counts from the console copy, and print a de-duplicated list of the diagnostics at the end of the stage. Also pass -export-fixes so the findings are archived in machine readable form for clang-apply-replacements. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
