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
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] Adjust location of namespace comment diagnostic
Ilya Biryukov
2019-07-17
1
-1
/
+8
*
[clang-tidy] initial version of readability-convert-member-functions-to-static
Matthias Gehre
2019-07-16
4
-0
/
+213
*
Simplify with llvm::is_contained. NFC
Fangrui Song
2019-07-13
3
-8
/
+4
*
Enhance abseil-faster-strsplit-delimiter to handle other non-printable charac...
Dmitri Gribenko
2019-07-09
1
-8
/
+16
*
[clang-tidy] new check: bugprone-posix-return
Dmitri Gribenko
2019-07-03
4
-0
/
+116
*
[clang-tidy] Extend TransformerClangTidyCheck to support adding includes.
Yitzhak Mandelbaum
2019-07-02
2
-0
/
+27
*
Fixed two issues in clang-tidy -help.
Alexander Kornienko
2019-07-01
1
-2
/
+2
*
[clang-tidy] Fix NDEBUG build [NFC]
Mikael Holmen
2019-06-27
1
-0
/
+2
*
[clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.
Yitzhak Mandelbaum
2019-06-26
2
-12
/
+46
*
[clang-tidy] misc-unused-parameters: don't comment out parameter name for C code
Matthias Gehre
2019-06-21
1
-4
/
+9
*
[clang-tidy] Split fuchsia-default-arguments
Julie Hockett
2019-06-18
7
-74
/
+140
*
[clang-tidy] Make ClangTidyCheck::OptionsView public.
Yitzhak Mandelbaum
2019-06-13
1
-7
/
+7
*
[clang-tidy] Made abseil-faster-strsplit-delimiter tests pass on C++17
Dmitri Gribenko
2019-06-13
1
-18
/
+9
*
[clang-tidy] Fixed abseil-time-subtraction to work on C++17
Dmitri Gribenko
2019-06-13
1
-16
/
+35
*
[clang-tidy] Made abseil-upgrade-duration-conversions tests pass on c++17
Dmitri Gribenko
2019-06-13
1
-8
/
+16
*
[clang-tidy] Fixed abseil-duration-unnecessary-conversion tests for c++17
Dmitri Gribenko
2019-06-13
1
-3
/
+2
*
Fixed a crash in misc-redundant-expression ClangTidy checker
Dmitri Gribenko
2019-06-12
1
-10
/
+16
*
[clang-tidy] Fix invalid read on destruction
Nikolai Kosjar
2019-06-11
1
-19
/
+23
*
[clang-tidy] Fix typo in bugprone-string-constructor.
Clement Courbet
2019-06-11
1
-1
/
+1
*
Fixed google-readability-casting test to work in c++17
Dmitri Gribenko
2019-06-11
1
-7
/
+15
*
[clang-tidy] Another attempt to fix misc-redundant-expression check.
Haojian Wu
2019-06-06
1
-5
/
+6
*
[clang-tidy] Make the plugin honor NOLINT
Nikolai Kosjar
2019-06-06
3
-18
/
+112
*
[clang-tidy] Fix an assertion failure in misc-redundant-expression.
Haojian Wu
2019-06-06
1
-1
/
+1
*
android: add a close-on-exec check on pipe()
George Burgess IV
2019-06-06
4
-0
/
+74
*
android: add a close-on-exec check on pipe2()
George Burgess IV
2019-06-06
4
-0
/
+70
*
[clang-tidy] Fix make-unique check to work in C++17 mode.
Haojian Wu
2019-06-03
1
-3
/
+12
*
Revise the google-objc-global-variable-declaration check to match the style g...
Stephane Moore
2019-05-31
1
-8
/
+14
*
Rollback "Revise the google-objc-global-variable-declaration check to match t...
Stephane Moore
2019-05-29
1
-14
/
+8
*
Revise the google-objc-global-variable-declaration check to match the style g...
Stephane Moore
2019-05-29
1
-8
/
+14
*
[clang-tidy] Fix description for misc-definitions-in-headers.
Haojian Wu
2019-05-28
1
-3
/
+6
*
[clang-tidy] Fix null pointer dereference in readability-identifier-naming
Haojian Wu
2019-05-28
1
-4
/
+5
*
[clang-tidy] Fix unused-variable warning after r361647.
Haojian Wu
2019-05-27
1
-6
/
+7
*
DeleteNullPointerCheck now deletes until the end brace of the condition.
Mads Ravn
2019-05-26
1
-3
/
+6
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
[clang-tidy] In TransformerClangTidyCheck, require Explanation field.
Yitzhak Mandelbaum
2019-05-24
2
-11
/
+24
*
[clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-m...
Matthias Gehre
2019-05-24
2
-2
/
+59
*
[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignment
Tamas Zolnai
2019-05-23
4
-25
/
+49
*
[clang-tidy] New check calling out uses of +new in Objective-C code
Dmitri Gribenko
2019-05-23
4
-0
/
+172
*
Remove unnecessary const&s; NFC
George Burgess IV
2019-05-23
3
-3
/
+3
*
[clang-tidy] Add support for writing a check as a Transformer rewrite rule.
Yitzhak Mandelbaum
2019-05-22
3
-0
/
+114
*
[clang-tidy] remove default header-filter for run-clang-tidy
Don Hinton
2019-05-22
1
-3
/
+0
*
[clang-tidy] New option for misc-throw-by-value-catch-by-reference
Adam Balogh
2019-05-21
2
-2
/
+18
*
[clang-tidy] Sort this list alphabetically
Tamas Zolnai
2019-05-20
1
-2
/
+2
*
[clangd] Respect clang-tidy suppression comments
Fangrui Song
2019-05-19
2
-11
/
+44
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-1
/
+3
*
[clang-tidy] Removed superfluous and slightly annoying newlines in run-clang-...
Jonas Toth
2019-05-16
1
-2
/
+2
*
[clang-tidy] Handle member variables in readability-simplify-boolean-expr
Jonas Toth
2019-05-16
1
-18
/
+17
*
[clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
Jonas Toth
2019-05-16
1
-1
/
+6
*
[clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...
Don Hinton
2019-05-15
1
-5
/
+0
*
Revert [clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-0
/
+5
[prev]
[next]