NoQ added inline comments.
================ Comment at: clang/lib/Analysis/CalledOnceCheck.cpp:1017 + static bool isInitMethod(Selector MethodSelector) { + return MethodSelector.getNameForSlot(0).startswith_lower(INIT_PREFIX); + } ---------------- You can formally check whether it's an init method by querying its `ObjCMethodFamily`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99601/new/ https://reviews.llvm.org/D99601 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits