vbvictor wrote: > I have the issue where I want to test the custom_move and I need check to > pass only for -check-suffix=,MOVEFUNCTION and fail for everything else, since > it still expects ::std::move. I am not sure how to write this.
You can create a separate file `missing-std-forward-custom-function.cpp`, where you would have your custom defined function. The same should be done for other check. After added tests and rebase on fresh main, we can land this. https://github.com/llvm/llvm-project/pull/138755 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits