summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in the release notes.Gabor Horvath2017-12-201-1/+1
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-201-0/+9
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-182-156/+156
* [clangd] Update documentation page with new features, instructionsMarc-Andre Laperle2017-12-181-8/+25
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-153-0/+20
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-142-0/+52
* [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-306-32/+29
* add new check to find NSError init invocationYan Zhang2017-11-301-0/+5
* add new check to find NSError init invocationYan Zhang2017-11-303-0/+19
* [Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...Eugene Zelenko2017-11-292-121/+116
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-284-1/+32
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-285-11/+17
* 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-273-0/+21
* [clang-tools-extra] Fix small typo in docs/ReleaseNotes.rstBen Hamilton2017-11-271-1/+1
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-275-19/+25
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-2412-39/+66
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-243-4/+7
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-233-4/+7
* [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko2017-11-233-4/+7
* [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-232-6/+24
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-231-0/+37
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-232-0/+10
* [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