https://github.com/HerrCai0907 requested changes to this pull request.
I don't think it is a good way to suppress all warning when we find gtest macro. 1. it will confuse user who really want to check even in test file. 2. the user can disable this rules in test folder or even use nolint the test area. the potential solution is treat assert_true as assert. https://github.com/llvm/llvm-project/pull/115051 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits