summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-203-101/+0
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-183-0/+101
* [clang-tidy] Add a check for undelegated copy of base classesGabor Horvath2017-11-173-0/+35
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-163-0/+44
* add new check for property declarationBen Hamilton2017-11-134-2/+58
* [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-073-0/+50
* Update release notes (check SVN commit-after-approval access)Ben Hamilton2017-11-021-1/+2
* [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-273-4/+38
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-262-0/+9
* [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-123-0/+149
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-123-149/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-123-0/+149
* [clang-tidy] add more aliases for the hicpp moduleJonas Toth2017-09-1113-2/+128
* [clang-tidy] hicpp bitwise operations on signed integersJonas Toth2017-08-303-0/+16
* [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-163-0/+23
* [clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.Chih-Hung Hsieh2017-08-163-0/+25
* [clang-tidy] Add a close-on-exec check on accept4() in Android module.Chih-Hung Hsieh2017-08-163-0/+25
* [clang-tidy] Add a close-on-exec check on accept() in Android module.Chih-Hung Hsieh2017-08-163-0/+24
* [clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.Chih-Hung Hsieh2017-08-143-0/+25
* [clang-tidy] Add a close-on-exec check on inotify_init() in Android module.Chih-Hung Hsieh2017-08-143-0/+23
* [clang-tidy] Add a close-on-exec check on dup() in Android module.Chih-Hung Hsieh2017-08-143-0/+24
* Add hicpp-exception-baseclass to the HIC++ module.Aaron Ballman2017-08-113-0/+37
* Implement hicpp-braces-around-statements as an alias to readability-braces-ar...Aaron Ballman2017-08-113-0/+14
* [clang-tidy] Fix for buildbot.Yan Wang2017-08-103-0/+25
* Revert "[clang-tidy] Refactor the code and add a close-on-exec check on memfd...Reid Kleckner2017-08-103-25/+0
* [clang-tidy] Fix a buildbot.Yan Wang2017-08-101-2/+2
* [clang-tidy] Refactor the code and add a close-on-exec check on memfd_create(...Yan Wang2017-08-103-0/+25
* [clang-tidy] Add integer division checkGabor Horvath2017-08-103-0/+46
* [clang-tidy] Updated docs and release notes for r310584Alexander Kornienko2017-08-102-4/+19
* [clang-tidy] Fix an error in the doc.Haojian Wu2017-08-101-1/+2
* [clang-tidy] add forwarders in the aliased checks from hicpp moduleHaojian Wu2017-08-1013-24/+48
* [clang-tidy] Minor documentation improvementGabor Horvath2017-08-101-0/+1
* [clang-tidy] Add missing doc in cppcoreguidelines-c-copy-assignment-signature...Haojian Wu2017-08-102-0/+10
* [clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath2017-08-083-0/+37
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-086-143/+180
* [clang-tidy] Add missing documents for "IgnoreMacros" option.Haojian Wu2017-08-044-0/+29
* [clang-tidy] Ignore macros in make-unique check.Haojian Wu2017-08-041-0/+5
* Clear release notes for 6.0.0Hans Wennborg2017-07-191-124/+5
* Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
* [clang-tidy] Minor documentation fix. NFC.Gabor Horvath2017-07-141-1/+1
* [clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath2017-07-143-0/+14
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-145-11/+66
* [clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang2017-07-123-0/+25
* [clang-tidy] Add new modernize use unary assert checkGabor Horvath2017-07-123-0/+32