[PATCH] D45059: [clang-tidy] Add check to catch comparisons in TEMP_FAILURE_RETRY

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 14:26:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329759: [clang-tidy] Add a `android-comparison-in-temp-failure-retry` check (authored by gbiv, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D45059?vs=141768&id=141914#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45059

Files:
  clang-tools-extra/trunk/clang-tidy/android/AndroidTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/android/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
  clang-tools-extra/trunk/clang-tidy/android/ComparisonInTempFailureRetryCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/android-comparison-in-temp-failure-retry.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/android-comparison-in-temp-failure-retry.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45059.141914.patch
Type: text/x-patch
Size: 16071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/a82c229e/attachment.bin>


More information about the llvm-commits mailing list