[clang-tools-extra] [clang] [clang-tidy] fix match for binaryOperator in ExprMutationAnalyzer for misc-const-correctness (PR #70559)

Qizhi Hu via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 20:53:11 PDT 2023


jcsxky wrote:




> The top-level Linux and Windows tests work, but inside the `Trigger Build`/`clang-ci` run, the windows test step fails. I'm not sure what the difference is between these two Windows tests.

This is interesting! Generally speaking, AST of the code in Windows and Linux platform is identical with clang compiled. Probably need debuging in Windows.

https://github.com/llvm/llvm-project/pull/70559


More information about the cfe-commits mailing list