summaryrefslogtreecommitdiffstats
path: root/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-201-2/+126
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-154-0/+80
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-141-8/+41
* [clang-tidy] Correctly classify constant arrays and constant strings as const...Alexander Kornienko2017-12-111-33/+31
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Commit access test.Julie Hockett2017-12-051-1/+1
* Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/Hans Wennborg2017-12-041-1/+1
* add new check to find NSError init invocationYan Zhang2017-11-302-0/+0
* add new check to find NSError init invocationYan Zhang2017-11-304-0/+77
* [clang-tidy] make readability-simplify-bool-expr completely ignore macrosAlexander Kornienko2017-11-291-4/+1
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-287-0/+159
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-2811-52/+52
* [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throwMalcolm Parsons2017-11-281-1/+2
* run-clang-tidy: Use check_call instead of check_outputKevin Funk2017-11-281-1/+1
* Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...Aaron Ballman2017-11-272-1/+22
* add new check to find OSSpinlock usageYan Zhang2017-11-274-0/+77
* [clang-tidy] Rename qualified references to check class + support inconsisten...Alexander Kornienko2017-11-271-2/+13
* [clang-tidy] Fix link error in clang-tidy after the recent check renames.Alexander Kornienko2017-11-271-0/+1
* [clang-tidy] Misc redundant expressions check updated for overloaded operatorsGabor Horvath2017-11-271-17/+88
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-279-25/+25
* [clang-tidy] readability-non-const-parameter fixes should update all declarat...Alexander Kornienko2017-11-271-2/+11
* [clang-tidy] Fix link error (http://llvm.org/PR35417).Alexander Kornienko2017-11-251-0/+1
* [clang-tidy] Actually fix header guard handling in scriptsAlexander Kornienko2017-11-252-3/+6
* [clang-tidy] rename_check.py: fix header guard handlingAlexander Kornienko2017-11-241-2/+2
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-2424-107/+110
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-246-11/+12
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-236-7/+8
* [clang-tidy] rename_check.py: fix a bug in check presence detectionAlexander Kornienko2017-11-231-1/+1
* [clang-tidy] rename_check.py: Update '=====...' line in the docs.Alexander Kornienko2017-11-231-0/+7
* [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko2017-11-236-12/+12
* [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh2017-11-231-4/+17
* [clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh2017-11-231-2/+9
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-232-0/+129
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-232-0/+4
* clang-tidy/rename_check.py: support for moving between modulesAlexander Kornienko2017-11-231-17/+160
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-204-234/+0
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-184-0/+234
* [clang-tidy] Fix an oversight after renaming a checkGabor Horvath2017-11-171-1/+1
* [clang-tidy] Add a check for undelegated copy of base classesGabor Horvath2017-11-174-0/+161
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-164-0/+90
* add new check for property declarationBen Hamilton2017-11-134-0/+163
* [clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath2017-11-072-75/+215
* Add new check in google module for Objective-C code to ensure global variable...Haojian Wu2017-11-074-6/+139
* [clang-tidy] Support relative paths in run-clang-tidy.pyGabor Horvath2017-11-061-1/+8
* [clang-tidy] Clean up installation rulesShoaib Meenai2017-11-021-5/+6
* [clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth2017-10-271-11/+49
* [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-274-1/+164
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-267-0/+65
* clang-tidy: Fix deps.NAKAMURA Takumi2017-10-212-3/+3
* [clang-tidy] Don't error on MS-style inline assembly.Zachary Turner2017-10-202-0/+8