Eugene.Zelenko added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/bugprone/SignalInMultithreadedProgramCheck.h:23 +/// Finds ``signal`` function calls when the program is multithreaded. It +/// founds a program multithreaded when it finds at least one function call +/// of the following: ``thrd_create``, ``std::thread``, ``boost::thread``, ---------------- gamesh411 wrote: > gamesh411 wrote: > > founds -> finds, but I would rather reword it like this: > > The checker considers the analyzed program multithreaded if it finds .... > Or better: > The **check** considers ... > as the term `checker` is used more in ClangSA, and `check` in clang-tidy. Clang-tidy uses //check//. Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75229/new/ https://reviews.llvm.org/D75229 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits