[clang-tools-extra] [clang-tidy] Fix invalid fixit from modernize-use-ranges for nullptr used with std::unique_ptr (PR #127162)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 17:09:43 PST 2025
Andrewyuan34 wrote:
> Thanks for addressing this. However I think a more general solution is required (instead of special-casing `std::unique_ptr`/`nullptr`), see [#124815 (comment)](https://github.com/llvm/llvm-project/issues/124815#issuecomment-2676753012)
Thanks for the comment, I got confused by the following comments, should I just leave a FIXME or use a more general way to solve it.
https://github.com/llvm/llvm-project/pull/127162
More information about the cfe-commits
mailing list