index
:
clang/clang-tools-extra.git
release_60-based
release_70-based
release_80-based
upstream/master
upstream/release_32
upstream/release_33
upstream/release_34
upstream/release_35
upstream/release_35@215016
upstream/release_36
upstream/release_37
upstream/release_38
upstream/release_39
upstream/release_40
upstream/release_50
upstream/release_60
upstream/release_70
upstream/release_80
upstream/release_90
upstream/stable
upstream/testing
(deprecated) Vendor branches of https://git.llvm.org/git/clang-tools-extra.git , use clang/llvm-project instead.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Adding Fuchsia checker for virtual inheritance
Julie Hockett
2017-12-15
2
-0
/
+15
*
Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...
Aaron Ballman
2017-12-14
1
-0
/
+50
*
[clang-tidy] adjust cppcoreguidelines-owning-memory documentation
Jonas Toth
2017-12-05
1
-1
/
+5
*
[Documentation] Style fixes for Objective-C checks documentation to follow C/...
Eugene Zelenko
2017-11-30
5
-18
/
+20
*
add new check to find NSError init invocation
Yan Zhang
2017-11-30
2
-0
/
+14
*
[Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...
Eugene Zelenko
2017-11-29
1
-6
/
+6
*
Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...
Aaron Ballman
2017-11-28
3
-0
/
+26
*
[clang-tidy] Move more checks from misc- to performance-
Alexander Kornienko
2017-11-28
4
-11
/
+11
*
Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...
Aaron Ballman
2017-11-27
1
-0
/
+8
*
add new check to find OSSpinlock usage
Yan Zhang
2017-11-27
2
-0
/
+16
*
[clang-tidy] Move checks from misc- to performance-
Alexander Kornienko
2017-11-27
4
-19
/
+19
*
[clang-tidy] Move a few more checks from misc to bugprone.
Alexander Kornienko
2017-11-24
11
-39
/
+39
*
[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle
Alexander Kornienko
2017-11-24
2
-4
/
+4
*
[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko
2017-11-23
2
-4
/
+4
*
[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor
Alexander Kornienko
2017-11-23
2
-4
/
+4
*
[clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...
Adam Balogh
2017-11-23
1
-3
/
+5
*
[clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...
Adam Balogh
2017-11-23
1
-5
/
+23
*
[clang-tidy] Misplaced Operator in Strlen in Alloc
Adam Balogh
2017-11-23
1
-0
/
+37
*
[clang-tidy] Misplaced Operator in Strlen in Alloc
Adam Balogh
2017-11-23
1
-0
/
+1
*
[clang-tidy] revert hicpp-multiway-paths-covered
Jonas Toth
2017-11-20
2
-96
/
+0
*
[clang-tidy] Add new hicpp-multiway-paths-covered check for missing branches
Jonas Toth
2017-11-18
2
-0
/
+96
*
[clang-tidy] Add a check for undelegated copy of base classes
Gabor Horvath
2017-11-17
2
-0
/
+30
*
add check to avoid throwing objc exception according to Google Objective-C guide
Yan Zhang
2017-11-16
2
-0
/
+39
*
add new check for property declaration
Ben Hamilton
2017-11-13
3
-2
/
+51
*
[clang-tidy] Add a note about modernize-replace-random-shuffle
Krasimir Georgiev
2017-11-08
1
-0
/
+13
*
[clang-tidy] Misc redundant expressions checker updated for macros
Gabor Horvath
2017-11-07
1
-4
/
+4
*
Add new check in google module for Objective-C code to ensure global variable...
Haojian Wu
2017-11-07
2
-0
/
+43
*
[clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing
Haojian Wu
2017-10-27
2
-4
/
+32
*
[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checks
Haojian Wu
2017-10-26
1
-0
/
+7
*
[clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...
Jonas Toth
2017-10-18
1
-2
/
+31
*
[clang-tidy] Fixed a small code example in docs. NFC.
Gabor Horvath
2017-10-03
1
-1
/
+1
*
[clang-tidy] Fix example in documentation, NFC
Krasimir Georgiev
2017-09-22
1
-1
/
+1
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
2
-0
/
+144
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
2
-144
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
2
-0
/
+144
*
[clang-tidy] add more aliases for the hicpp module
Jonas Toth
2017-09-11
12
-1
/
+115
*
[clang-tidy] hicpp bitwise operations on signed integers
Jonas Toth
2017-08-30
2
-0
/
+10
*
[clang-tidy] Add missing IgnoreMacros doc for modernize-use-equals-default.
Haojian Wu
2017-08-24
1
-0
/
+8
*
[clang-tidy] Add a close-on-exec check on epoll_create() in Android module.
Chih-Hung Hsieh
2017-08-16
2
-0
/
+18
*
[clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.
Chih-Hung Hsieh
2017-08-16
2
-0
/
+19
*
[clang-tidy] Add a close-on-exec check on accept4() in Android module.
Chih-Hung Hsieh
2017-08-16
2
-0
/
+19
*
[clang-tidy] Add a close-on-exec check on accept() in Android module.
Chih-Hung Hsieh
2017-08-16
2
-0
/
+19
*
[clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.
Chih-Hung Hsieh
2017-08-14
2
-0
/
+19
*
[clang-tidy] Add a close-on-exec check on inotify_init() in Android module.
Chih-Hung Hsieh
2017-08-14
2
-0
/
+18
*
[clang-tidy] Add a close-on-exec check on dup() in Android module.
Chih-Hung Hsieh
2017-08-14
2
-0
/
+19
*
Add hicpp-exception-baseclass to the HIC++ module.
Aaron Ballman
2017-08-11
2
-0
/
+31
*
Implement hicpp-braces-around-statements as an alias to readability-braces-ar...
Aaron Ballman
2017-08-11
2
-0
/
+12
*
[clang-tidy] Fix for buildbot.
Yan Wang
2017-08-10
2
-0
/
+19
*
Revert "[clang-tidy] Refactor the code and add a close-on-exec check on memfd...
Reid Kleckner
2017-08-10
2
-19
/
+0
*
[clang-tidy] Refactor the code and add a close-on-exec check on memfd_create(...
Yan Wang
2017-08-10
2
-0
/
+19
[next]