Quuxplusone added inline comments.
================ Comment at: clang/lib/Analysis/CalledOnceCheck.cpp:1223 + // We consider '(void)parameter' as a manual no-op escape. + // It should be used to explicitly tell the analysis that this paramater + // is intentionally not called on this path. ---------------- s/paramater/parameter/ Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92039/new/ https://reviews.llvm.org/D92039 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits