summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu2017-07-052-0/+36
* Fix some typos in the docSylvestre Ledru2017-06-292-9/+9
* [clang-tidy] Rename android-file-open-flag and fix a bugYan Wang2017-06-293-6/+6
* [clang-tidy] Add docs to toctreeYan Wang2017-06-291-0/+2
* [clang-tidy][Part3] Add a new module Android and three new checks.Yan Wang2017-06-292-0/+23
* [clang-tidy][Part2] Add a new module Android and three new checksYan Wang2017-06-292-0/+21
* [clang-tidy] follow-up on misc-definitions-in-header check.Haojian Wu2017-06-291-0/+2
* [clangd] Cleanup ClangdUnit.cpp, update docs; NFCKirill Bobyrev2017-06-281-2/+2
* [clang-tidy] Enable inline variable definitions in headersGabor Horvath2017-06-281-0/+8
* Remove the script dump_check_docs.py. It was a one-shot migration script.Sylvestre Ledru2017-06-261-79/+0
* [clang-tidy] doc format fixYan Wang2017-06-231-1/+1
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-234-0/+32
* [clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev2017-06-092-1/+12
OpenPOWER on IntegriCloud