index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
docs
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] Add the abseil-time-compare check
Hyrum Wright
2019-03-11
2
-0
/
+24
*
[clang-tidy] add OverrideMacro to modernize-use-override check
Paul Hoad
2019-02-28
1
-1
/
+32
*
[clang-tidy] fix documentation link in list of clang-tidy checks
Jonas Toth
2019-02-28
1
-1
/
+1
*
[clang-tidy] redirection in list of checks adjusted
Jonas Toth
2019-02-28
1
-1
/
+1
*
[clang-tidy] include cppcoreguidelines-explicit-virtual-functions in list of ...
Jonas Toth
2019-02-28
2
-1
/
+2
*
[clang-tidy] documentation fixing the actual correct file
Jonas Toth
2019-02-28
1
-0
/
+1
*
[clang-tidy] tryfix documenation continued
Jonas Toth
2019-02-28
1
-0
/
+1
*
[clang-tidy] another issue in documentation, double empty line seemed to conf...
Jonas Toth
2019-02-28
1
-1
/
+0
*
[clang-tidy] attempt to fix documentation build-error
Jonas Toth
2019-02-28
1
-3
/
+4
*
[clang-tidy] added cppcoreguidelines-explicit-virtual-functions
Jonas Toth
2019-02-28
2
-1
/
+17
*
[clang-tidy] Add the abseil-time-subtraction check
Hyrum Wright
2019-02-27
2
-0
/
+38
*
[clang-tidy] Fix links in docs.
Alexander Kornienko
2019-02-18
1
-5
/
+6
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-02-16
1
-12
/
+0
*
[clang-tidy] Add options to bugprone-argument-comment to add missing argument...
Paul Hoad
2019-02-08
1
-0
/
+155
*
[clang-tidy] Expand and clarify the NOLINT documentation a bit.
Alexander Kornienko
2019-02-07
1
-11
/
+32
*
[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)
Roman Lebedev
2019-02-06
1
-0
/
+4
*
[clang-tidy] Add the abseil-duration-unnecessary-conversion check
Hyrum Wright
2019-02-04
2
-0
/
+32
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
2
-3
/
+3
*
[clang-tidy] Add the abseil-duration-addition check
Hyrum Wright
2019-01-28
2
-0
/
+22
*
[clang-tidy] Add check for underscores in googletest names.
Haojian Wu
2019-01-25
2
-0
/
+35
*
[doc] Fix svn property for bugprone-parent-virtual-call.rst
Zinovy Nis
2019-01-23
1
-0
/
+0
*
Revert rCTE351921 to fix documentation geneeration.
Stephane Moore
2019-01-23
1
-0
/
+12
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-01-23
1
-12
/
+0
*
[doc] Replace 'class' with 'struct' for 'public' by default
Zinovy Nis
2019-01-22
1
-3
/
+3
*
[Documentation] Use HTTPS whenever possible.
Eugene Zelenko
2019-01-22
11
-14
/
+14
*
[clang-tidy] Fix whitespace in docs. NFC
Alexander Kornienko
2019-01-22
1
-15
/
+14
*
[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...
Miklos Vajna
2019-01-20
1
-5
/
+5
*
[clang-tidy] Add abseil-duration-conversion-cast check
Hyrum Wright
2019-01-17
2
-0
/
+32
*
[Documentation] Fix another link in docs/clang-tidy/Contributing.rst.
Eugene Zelenko
2019-01-17
1
-6
/
+9
*
[Documentation] Another attempt to fix link in docs/clang-tidy/Contributing.r...
Eugene Zelenko
2019-01-17
1
-14
/
+15
*
[Documentation] Fix link in docs/clang-tidy/Contributing.rst.
Eugene Zelenko
2019-01-17
1
-2
/
+3
*
[Documentation] Add a chapter about Clang-tidy integrations.
Eugene Zelenko
2019-01-17
3
-508
/
+626
*
[clang-tidy] add options documentation to readability-identifier-naming checker
Paul Hoad
2019-01-15
1
-8
/
+1913
*
[clang-tidy] new check 'readability-redundant-preprocessor'
Miklos Vajna
2019-01-11
2
-0
/
+62
*
[clang-tidy] another take at fixing doc
Jonas Toth
2019-01-09
1
-8
/
+12
*
[clang-tidy] tryfix documentation build
Jonas Toth
2019-01-09
1
-12
/
+13
*
[clang-tidy] Adding a new modernize use nodiscard checker
Jonas Toth
2019-01-09
2
-0
/
+78
*
[Documentation] fix order of checks in checks/list.rst
Jonas Toth
2019-01-05
1
-3
/
+3
*
[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffix
Miklos Vajna
2018-12-24
1
-0
/
+5
*
[clang-tidy] Add the abseil-duration-subtraction check
Hyrum Wright
2018-12-13
2
-0
/
+37
*
[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'
Eric Fiselier
2018-12-07
2
-0
/
+44
*
Revert "[clang-tidy] new check: bugprone-branch-clone"
Jonas Toth
2018-12-05
2
-91
/
+0
*
[clang-tidy] new check: bugprone-branch-clone
Jonas Toth
2018-12-05
2
-0
/
+91
*
[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...
Stephane Moore
2018-12-05
1
-17
/
+2
*
[Documentation] Make options section in Clang-tidy readability-uppercase-lite...
Eugene Zelenko
2018-12-04
1
-6
/
+14
*
[Documentation] Fix formatting and wrap up to 80 characters in Clang-tidy rea...
Eugene Zelenko
2018-12-03
1
-9
/
+10
*
[clang-tidy] Recommit: Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
2
-0
/
+34
*
Revert "[clang-tidy] Add the abseil-duration-comparison check"
Jonas Toth
2018-12-03
2
-34
/
+0
*
[clang-tidy] Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
2
-0
/
+34
*
[Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conve...
Eugene Zelenko
2018-11-29
1
-4
/
+4
[prev]
[next]