Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
try to fix defined but not used warning from D135041
llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:2486:6: warning: ‘void {anonymous}::ObjCARCOpt::releaseMemory()’ defined but not used [-Wunused-function]
2486 | void ObjCARCOpt::releaseMemory() {
| ^~~~~~~~~~