Bug Fix for #35811
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 31836 Build 31835: arc lint + arc unit
Event Timeline
Comment Actions
Besides my one comment this looks good to me.
clang-tools-extra/test/clang-tidy/readability-delete-null-pointer.cpp | ||
---|---|---|
18 | Would you mind creating a new test instead of changing the existing one? Removing tests could create another whole for a bug to fall through. |
Comment Actions
Thanks for the review and suggestion, who should I contact now in order to push the patch?
Comment Actions
I asked around and I was told that we should just leave a comment and then somebody will come around. I was also told that after a few patches you can obtain commit access if you want to push stuff yourself.
someone please commit this.
Comment Actions
This patch has now been merged. https://github.com/llvm/llvm-project/commit/bd324fa2273778430a4fdf8371fec5d64d2231bb
Would you mind creating a new test instead of changing the existing one? Removing tests could create another whole for a bug to fall through.