summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/android
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* android: add a close-on-exec check on pipe()George Burgess IV2019-06-064-0/+74
* android: add a close-on-exec check on pipe2()George Burgess IV2019-06-064-0/+70
* Remove unnecessary const&s; NFCGeorge Burgess IV2019-05-233-3/+3
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-252-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1929-115/+87
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-202-4/+4
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-092-6/+6
* [clang-tidy] Add a `android-comparison-in-temp-failure-retry` checkGeorge Burgess IV2018-04-104-0/+124
* [clang-tidy] Sort includes; NFCGeorge Burgess IV2018-04-061-1/+1
* [clang-tidy] Kill marco. No functionality change.Benjamin Kramer2018-02-025-5/+5
* [clang-tidy] Remove unused static variable.Chih-Hung Hsieh2017-08-161-2/+0
* [clang-tidy] Use const char* to compile with VC cl.exe.Chih-Hung Hsieh2017-08-162-4/+4
* [clang-tidy] Add a close-on-exec check on epoll_create() in Android module.Chih-Hung Hsieh2017-08-164-0/+75
* [clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.Chih-Hung Hsieh2017-08-164-0/+72
* [clang-tidy] Add a close-on-exec check on accept4() in Android module.Chih-Hung Hsieh2017-08-164-0/+78
* [clang-tidy] Add a close-on-exec check on accept() in Android module.Chih-Hung Hsieh2017-08-164-0/+85
* [clang-tidy] Use CloexecCheck as base class.Chih-Hung Hsieh2017-08-1610-158/+60
* [clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.Chih-Hung Hsieh2017-08-144-0/+72
* [clang-tidy] Add a close-on-exec check on inotify_init() in Android module.Chih-Hung Hsieh2017-08-144-0/+73
* [clang-tidy] Add a close-on-exec check on dup() in Android module.Chih-Hung Hsieh2017-08-146-0/+90
* Fix Wdocumentation warning - typo in argument list. NFCI.Simon Pilgrim2017-08-121-1/+1
* [clang-tidy] Fix for buildbot.Yan Wang2017-08-106-0/+272
* Revert "[clang-tidy] Refactor the code and add a close-on-exec check on memfd...Reid Kleckner2017-08-106-272/+0
* [clang-tidy] Refactor the code and add a close-on-exec check on memfd_create(...Yan Wang2017-08-106-0/+272
* [clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang2017-07-125-29/+98
* [clang-tidy] Rename android-file-open-flag and fix a bugYan Wang2017-06-294-20/+22
* [clang-tidy][Part3] Add a new module Android and three new checks.Yan Wang2017-06-294-0/+115
* [clang-tidy][Part2] Add a new module Android and three new checksYan Wang2017-06-294-0/+97
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-234-0/+192
OpenPOWER on IntegriCloud