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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an error in the release notes.
Gabor Horvath
2017-12-20
1
-1
/
+1
*
[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...
Gabor Horvath
2017-12-20
1
-0
/
+9
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
2
-156
/
+156
*
[clangd] Update documentation page with new features, instructions
Marc-Andre Laperle
2017-12-18
1
-8
/
+25
*
[clang-tidy] Adding Fuchsia checker for virtual inheritance
Julie Hockett
2017-12-15
3
-0
/
+20
*
Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...
Aaron Ballman
2017-12-14
2
-0
/
+52
*
[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
6
-32
/
+29
*
add new check to find NSError init invocation
Yan Zhang
2017-11-30
1
-0
/
+5
*
add new check to find NSError init invocation
Yan Zhang
2017-11-30
3
-0
/
+19
*
[Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...
Eugene Zelenko
2017-11-29
2
-121
/
+116
*
Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...
Aaron Ballman
2017-11-28
4
-1
/
+32
*
[clang-tidy] Move more checks from misc- to performance-
Alexander Kornienko
2017-11-28
5
-11
/
+17
*
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
3
-0
/
+21
*
[clang-tools-extra] Fix small typo in docs/ReleaseNotes.rst
Ben Hamilton
2017-11-27
1
-1
/
+1
*
[clang-tidy] Move checks from misc- to performance-
Alexander Kornienko
2017-11-27
5
-19
/
+25
*
[clang-tidy] Move a few more checks from misc to bugprone.
Alexander Kornienko
2017-11-24
12
-39
/
+66
*
[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle
Alexander Kornienko
2017-11-24
3
-4
/
+7
*
[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko
2017-11-23
3
-4
/
+7
*
[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor
Alexander Kornienko
2017-11-23
3
-4
/
+7
*
[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
2
-6
/
+24
*
[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
2
-0
/
+10
*
[clang-tidy] revert hicpp-multiway-paths-covered
Jonas Toth
2017-11-20
3
-101
/
+0
*
[clang-tidy] Add new hicpp-multiway-paths-covered check for missing branches
Jonas Toth
2017-11-18
3
-0
/
+101
*
[clang-tidy] Add a check for undelegated copy of base classes
Gabor Horvath
2017-11-17
3
-0
/
+35
*
add check to avoid throwing objc exception according to Google Objective-C guide
Yan Zhang
2017-11-16
3
-0
/
+44
*
add new check for property declaration
Ben Hamilton
2017-11-13
4
-2
/
+58
*
[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
3
-0
/
+50
*
Update release notes (check SVN commit-after-approval access)
Ben Hamilton
2017-11-02
1
-1
/
+2
*
[clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing
Haojian Wu
2017-10-27
3
-4
/
+38
*
[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checks
Haojian Wu
2017-10-26
2
-0
/
+9
*
[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
3
-0
/
+149
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
3
-149
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
3
-0
/
+149
*
[clang-tidy] add more aliases for the hicpp module
Jonas Toth
2017-09-11
13
-2
/
+128
*
[clang-tidy] hicpp bitwise operations on signed integers
Jonas Toth
2017-08-30
3
-0
/
+16
*
[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
3
-0
/
+23
*
[clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.
Chih-Hung Hsieh
2017-08-16
3
-0
/
+25
*
[clang-tidy] Add a close-on-exec check on accept4() in Android module.
Chih-Hung Hsieh
2017-08-16
3
-0
/
+25
*
[clang-tidy] Add a close-on-exec check on accept() in Android module.
Chih-Hung Hsieh
2017-08-16
3
-0
/
+24
*
[clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.
Chih-Hung Hsieh
2017-08-14
3
-0
/
+25
[next]