Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/android/CloexecEpollCreate1Check.cpp:21
+
+static constexpr const char *EPOLL_CLOEXEC = "EPOLL_CLOEXEC";
+
----------------
Please make this declaration consent across all checks. In some checks it 
declared inside namespaces, in some - outside.


================
Comment at: docs/ReleaseNotes.rst:60
 
+- New `android-cloexec-epoll-create1
+  
<http://clang.llvm.org/extra/clang-tidy/checks/android-cloexec-epoll-create1.html>`_
 check
----------------
Please sort checks in alphabetical order.


Repository:
  rL LLVM

https://reviews.llvm.org/D35365



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to