https://github.com/5chmidti commented:

Please change the `RUN` lines to use `check_clang_tidy` like so:
`// RUN: %check_clang_tidy %s bugprone-branch-clone %t`, and drop the 
`BUGPRONEBRANCH` suffix in `bugprone-branch-clone.cpp`, as it is redundant 
after this change, and after removing the accidental copies of `-IDENTEXPR`s.

Because the other test already had the suffix, I'd just keep it. You can add a 
suffix to `check_clang_tidy` via `-check-suffixes=IDENTEXPR`

https://github.com/llvm/llvm-project/pull/119543
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to