[PATCH] D66627: [clang-tidy] new check: bugprone-pthread-return

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 21:54:33 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/bugprone/PthreadReturnCheck.cpp:1
+//===--- PthreadReturnCheck.cpp - clang-tidy-------------------------------===//
+//clang-tidy---------------------------------===//
----------------
Please put space after clang-tidy. Same in header.


================
Comment at: clang-tools-extra/clang-tidy/bugprone/PthreadReturnCheck.cpp:2
+//===--- PthreadReturnCheck.cpp - clang-tidy-------------------------------===//
+//clang-tidy---------------------------------===//
+//
----------------
Please remove this line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66627/new/

https://reviews.llvm.org/D66627





More information about the cfe-commits mailing list