alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
LG with a nit. ================ Comment at: clang-tidy/android/CloexecEpollCreateCheck.cpp:27-31 + replaceFunc(Result, /*WarningMsg=*/ + "prefer epoll_create() to epoll_create1() " + "because epoll_create1() allows " + "EPOLL_CLOEXEC", /*FixMsg=*/ + "epoll_create1(EPOLL_CLOEXEC)"); ---------------- nit: Please remove argument comments, they don't add any useful information. https://reviews.llvm.org/D35367 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits