summaryrefslogtreecommitdiffstats
path: root/docs/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-152-0/+15
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-141-0/+50
* [clang-tidy] adjust cppcoreguidelines-owning-memory documentationJonas Toth2017-12-051-1/+5
* [Documentation] Style fixes for Objective-C checks documentation to follow C/...Eugene Zelenko2017-11-305-18/+20
* add new check to find NSError init invocationYan Zhang2017-11-302-0/+14
* [Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...Eugene Zelenko2017-11-291-6/+6
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-283-0/+26
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-284-11/+11
* Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...Aaron Ballman2017-11-271-0/+8
* add new check to find OSSpinlock usageYan Zhang2017-11-272-0/+16
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-274-19/+19
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-2411-39/+39
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-242-4/+4
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-232-4/+4
* [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko2017-11-232-4/+4
* [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh2017-11-231-3/+5
* [clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh2017-11-231-5/+23
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-231-0/+37
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-231-0/+1
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-202-96/+0
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-182-0/+96
* [clang-tidy] Add a check for undelegated copy of base classesGabor Horvath2017-11-172-0/+30
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-162-0/+39
* add new check for property declarationBen Hamilton2017-11-133-2/+51
* [clang-tidy] Add a note about modernize-replace-random-shuffleKrasimir Georgiev2017-11-081-0/+13
* [clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath2017-11-071-4/+4
* Add new check in google module for Objective-C code to ensure global variable...Haojian Wu2017-11-072-0/+43
* [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-272-4/+32
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-261-0/+7
* [clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...Jonas Toth2017-10-181-2/+31
* [clang-tidy] Fixed a small code example in docs. NFC.Gabor Horvath2017-10-031-1/+1
* [clang-tidy] Fix example in documentation, NFCKrasimir Georgiev2017-09-221-1/+1
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-122-0/+144
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-122-144/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-122-0/+144
* [clang-tidy] add more aliases for the hicpp moduleJonas Toth2017-09-1112-1/+115
* [clang-tidy] hicpp bitwise operations on signed integersJonas Toth2017-08-302-0/+10
* [clang-tidy] Add missing IgnoreMacros doc for modernize-use-equals-default.Haojian Wu2017-08-241-0/+8
* [clang-tidy] Add a close-on-exec check on epoll_create() in Android module.Chih-Hung Hsieh2017-08-162-0/+18
* [clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.Chih-Hung Hsieh2017-08-162-0/+19
* [clang-tidy] Add a close-on-exec check on accept4() in Android module.Chih-Hung Hsieh2017-08-162-0/+19
* [clang-tidy] Add a close-on-exec check on accept() in Android module.Chih-Hung Hsieh2017-08-162-0/+19
* [clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.Chih-Hung Hsieh2017-08-142-0/+19
* [clang-tidy] Add a close-on-exec check on inotify_init() in Android module.Chih-Hung Hsieh2017-08-142-0/+18
* [clang-tidy] Add a close-on-exec check on dup() in Android module.Chih-Hung Hsieh2017-08-142-0/+19
* Add hicpp-exception-baseclass to the HIC++ module.Aaron Ballman2017-08-112-0/+31
* Implement hicpp-braces-around-statements as an alias to readability-braces-ar...Aaron Ballman2017-08-112-0/+12
* [clang-tidy] Fix for buildbot.Yan Wang2017-08-102-0/+19
* Revert "[clang-tidy] Refactor the code and add a close-on-exec check on memfd...Reid Kleckner2017-08-102-19/+0
* [clang-tidy] Refactor the code and add a close-on-exec check on memfd_create(...Yan Wang2017-08-102-0/+19