summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/android-comparison-in-temp-failure-retry.c
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Add a `android-comparison-in-temp-failure-retry` checkGeorge Burgess IV2018-04-101-0/+148
This check attempts to catch buggy uses of the `TEMP_FAILURE_RETRY` macro, which is provided by both Bionic and glibc. Differential Revision: https://reviews.llvm.org/D45059 llvm-svn: 329759
OpenPOWER on IntegriCloud