https://github.com/localspook approved this pull request.
Couple of suggested changes: - `isTokAtEndOfExpr` (`RedundantExpressionCheck.cpp`, line 811) should be made `static` - `CastSequence` (`UseNullptrCheck.cpp`, line 24) could be made static and moved out of the anonymous namespace (Sorry that I'm not doing easy-to-apply GitHub suggestions; seems you can only add those around changed lines) https://github.com/llvm/llvm-project/pull/164085 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
