gribozavr accepted this revision. gribozavr added inline comments.
================ Comment at: clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp:14 +int pipe(int pipefd[2]); +void noWarning() { + int pipefd[2]; ---------------- noWarningForPipeInNamespace ? ================ Comment at: clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp:23 + int pipe(int pipefd[2]); + void noWarning() { + int pipefd[2]; ---------------- noWarningForPipeMemberFunction ? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61967/new/ https://reviews.llvm.org/D61967 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits