bneradt commented on PR #13621: URL: https://github.com/apache/trafficserver/pull/13621#issuecomment-5516269404
The clang-analyzer job's Clang-Tidy stage failure here is not from this change. The only diagnostic is pre-existing on master: ``` src/mgmt/config/ConfigRegistry.cc:241:34: error: 'entry' used after it was moved [bugprone-use-after-move,-warnings-as-errors] src/mgmt/config/ConfigRegistry.cc:220:34: note: move occurred here ``` That is fixed by #13622. I will rebase this branch once that merges. -- 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]
