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
/
index.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Document that extra-arg/extra-arg-before can be used several times
Sylvestre Ledru
2019-12-24
1
-0
/
+2
*
Fixed two issues in clang-tidy -help.
Alexander Kornienko
2019-07-01
1
-105
/
+105
*
[clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...
Don Hinton
2019-05-15
1
-0
/
+2
*
Revert [clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-2
/
+0
*
[clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-0
/
+2
*
[clang-tidy] A new OpenMP module
Roman Lebedev
2019-03-22
1
-0
/
+1
*
[clang-tidy] Fix links in docs.
Alexander Kornienko
2019-02-18
1
-5
/
+6
*
[clang-tidy] Expand and clarify the NOLINT documentation a bit.
Alexander Kornienko
2019-02-07
1
-11
/
+32
*
[Documentation] Use HTTPS whenever possible.
Eugene Zelenko
2019-01-22
1
-3
/
+3
*
[clang-tidy] Fix whitespace in docs. NFC
Alexander Kornienko
2019-01-22
1
-15
/
+14
*
[Documentation] Add a chapter about Clang-tidy integrations.
Eugene Zelenko
2019-01-17
1
-508
/
+2
*
[clang-tidy] Add a separate section for NOLINT(NEXTLINE)? doc.
Alexander Kornienko
2018-10-23
1
-7
/
+10
*
[clang-tidy][docs] Update docs for `--check-suffixes`
Zinovy Nis
2018-10-09
1
-3
/
+4
*
[clang-tidy] Build it even without static analyzer
Stephen Kelly
2018-10-01
1
-0
/
+4
*
Reverting r343415 as it breaks at least one of the bots.
Aaron Ballman
2018-09-30
1
-4
/
+0
*
Allow clang-tidy to be built without a dependency on the clang static analyzer.
Aaron Ballman
2018-09-30
1
-0
/
+4
*
[clang-tidy] Add Abseil prefix to documentation
Haojian Wu
2018-08-22
1
-0
/
+1
*
[clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefix
Roman Lebedev
2018-08-10
1
-1
/
+2
*
[clang-tidy] Store checks profiling info as JSON files
Roman Lebedev
2018-06-06
1
-99
/
+168
*
[clang-tidy] Remove AnalyzeTemporaryDtors option.
Alexander Kornienko
2018-05-03
1
-6
/
+0
*
[clang-tidy] Customize FileCheck prefix in check_clang-tidy.py
Zinovy Nis
2018-04-21
1
-0
/
+21
*
[clang-tidy] Add Zircon module to clang-tidy
Julie Hockett
2018-03-14
1
-0
/
+1
*
[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...
Fangrui Song
2018-03-07
1
-0
/
+2
*
Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...
Aaron Ballman
2017-12-14
1
-0
/
+50
*
Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...
Aaron Ballman
2017-11-28
1
-0
/
+1
*
[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checks
Haojian Wu
2017-10-26
1
-0
/
+7
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
1
-0
/
+1
*
[clang-tidy][Part1] Add a new module Android and three new checks.
Yan Wang
2017-06-23
1
-0
/
+1
*
[Documentation] Mention hicpp check group in Clang-tidy main document.
Eugene Zelenko
2017-05-25
1
-2
/
+3
*
[clang-tidy] Update docs and help message
Alexander Kornienko
2017-04-06
1
-4
/
+4
*
[clang-tidy] Format code around applied fixes
Alexander Kornienko
2017-03-03
1
-2
/
+18
*
Adds the commandline need to run clang-tidy tests.
David L. Jones
2017-02-10
1
-0
/
+6
*
[Clang-tidy documentation] Consistency (fix-it); 80 characters per line.
Eugene Zelenko
2017-01-26
1
-2
/
+2
*
Extend documentation of how to test clang-tidy checks.
James Dennett
2017-01-02
1
-1
/
+20
*
Remove trailing whitespace in docs and clang-tidy sources.
Alexander Kornienko
2016-12-13
1
-14
/
+14
*
[clang-tidy] Make format style customizable
Jonas Devlieghere
2016-11-30
1
-0
/
+3
*
[docs] Remove doubled spaces
Malcolm Parsons
2016-11-17
1
-2
/
+2
*
[clang-tidy docs] Minor formatting changes.
Alexander Kornienko
2016-11-09
1
-12
/
+13
*
[clang-tidy docs] Recommend using add_new_check.py more
Alexander Kornienko
2016-11-09
1
-34
/
+48
*
Remove mentions of clang-analyzer-alpha
Alexander Kornienko
2016-11-08
1
-2
/
+2
*
[clang-tidy] Add doc for `explain-config` option.
Haojian Wu
2016-09-22
1
-0
/
+4
*
[clang-tidy docs] Fix build errors on Sphinx 1.4.5
Alexander Kornienko
2016-08-18
1
-3
/
+3
*
[Documentation] Remove duplicated checks groups descriptions from clang-tidy/...
Eugene Zelenko
2016-08-17
1
-23
/
+9
*
[Documentation] Improve checks groups descriptions in clang-tidy/index.rst
Eugene Zelenko
2016-08-15
1
-18
/
+17
*
[Documentation] Fix grammar mistakes in docs/clang-tidy/index.rst spotted by ...
Eugene Zelenko
2016-08-10
1
-1
/
+1
*
[Documentation] Fix spelling mistakes in docs/clang-tidy/index.rst.
Eugene Zelenko
2016-08-10
1
-5
/
+5
*
Add boost-use-to-string
Piotr Padlewski
2016-04-29
1
-0
/
+2
*
[clang-tidy] Minor change in the doc
Alexander Kornienko
2016-02-26
1
-1
/
+1
*
[clang-tidy] Updated docs on testing clang-tidy checks.
Alexander Kornienko
2016-02-23
1
-2
/
+20
*
[clang-tidy] Describe modules, link to LLVM development docs, other minor upd...
Alexander Kornienko
2016-02-20
1
-11
/
+46
[next]