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
/
readability
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] Add new readability non-idiomatic static access check
Gabor Horvath
2017-08-08
4
-0
/
+137
*
[clang-tidy] 'implicit cast' -> 'implicit conversion'
Alexander Kornienko
2017-08-08
4
-42
/
+40
*
Adapt clang-tidy checks to changing semantics of hasDeclaration.
Manuel Klimek
2017-08-02
3
-12
/
+16
*
[clang-tidy] Handle anonymous structs/unions in member init checks.
Malcolm Parsons
2017-08-01
1
-2
/
+3
*
[clang-tidy] readability-redundant-declaration: ignore friends and macros
Alexander Kornienko
2017-07-28
2
-5
/
+19
*
[clang-tidy] readability-function-size: fix nesting level calculation
Roman Lebedev
2017-06-16
1
-10
/
+15
*
[clang-tidy] readability-function-size: add NestingThreshold param.
Roman Lebedev
2017-06-09
2
-8
/
+35
*
(no commit message)
Florian Gross
2017-05-25
1
-1
/
+1
*
[clang-tidy] readability-redundant-declaration false positive for defaulted f...
Alexander Kornienko
2017-05-22
1
-5
/
+6
*
[clang-tidy] readability-braces-around-statements false positive with char li...
Alexander Kornienko
2017-05-22
1
-2
/
+3
*
[clang-tidy] Optimize readability-implicit-bool-cast, NFC
Alexander Kornienko
2017-05-16
1
-10
/
+10
*
[clang-tidy] Optimize matchers in readability-implicit-bool-cast. NFC
Alexander Kornienko
2017-05-16
1
-8
/
+10
*
[clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAV
Alexander Kornienko
2017-05-15
2
-120
/
+101
*
[clang-tidy] Minor cleanup + a disabled test case for PR26228. NFC
Alexander Kornienko
2017-05-09
1
-5
/
+5
*
[clang-tidy] Fix readability-implicit-bool-cast false positives
Alexander Kornienko
2017-05-08
1
-1
/
+2
*
[clang-tidy] fix readability-implicit-bool-cast false positive with xor
Alexander Kornienko
2017-05-04
1
-15
/
+17
*
[clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=
Alexander Kornienko
2017-05-04
1
-24
/
+24
*
[clang-tidy] Code cleanup, (almost) NFC (*).
Alexander Kornienko
2017-05-04
1
-148
/
+91
*
[clang-tidy] Expand AllowConditional*Casts to binary logical operators
Alexander Kornienko
2017-04-29
1
-12
/
+22
*
[clang-tidy] Update IdentifierNamingCheck to remove extra leading/trailing un...
Alexander Kornienko
2017-04-26
1
-4
/
+11
*
Extend readability-container-size-empty to add comparisons to empty-state obj...
Aaron Ballman
2017-04-24
1
-5
/
+63
*
[clang-tidy] clang-format the last patch. NFC
Alexander Kornienko
2017-03-22
2
-24
/
+15
*
[clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...
Alexander Kornienko
2017-03-22
2
-82
/
+103
*
Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2017-03-21
1
-1
/
+1
*
[clang-tidy] readability-container-size-empty fix for (*x).size()
Alexander Kornienko
2017-03-20
1
-3
/
+2
*
[clang-tidy] Small cleanup. NFC.
Alexander Kornienko
2017-03-20
1
-10
/
+4
*
[clang-tidy] readability-misleading-indentation: fix chained if
Alexander Kornienko
2017-03-17
2
-2
/
+23
*
[clang-tidy] readability-function-size: remove default param count threshold
Alexander Kornienko
2017-03-08
1
-1
/
+1
*
[clang-tidy] Add parametercount for readibility-function-size
Alexander Kornienko
2017-03-01
2
-2
/
+16
*
[clang-tidy] Fix readability-redundant-declaration false positive
Daniel Marjamaki
2017-02-24
1
-8
/
+4
*
[clang-tidy] Add readability-misleading-indentation check.
Gabor Horvath
2017-02-14
4
-0
/
+148
*
[clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...
Mads Ravn
2017-02-12
1
-1
/
+1
*
[clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...
Mads Ravn
2017-02-12
2
-6
/
+16
*
[clang-tidy] Add delete null pointer check.
Gabor Horvath
2016-12-31
4
-0
/
+115
*
[clang-tidy] Make 2 checks register matchers for C++ only.
Malcolm Parsons
2016-12-27
1
-0
/
+3
*
[clang-tidy] Ignore `size() == 0` in the container implementation.
Alexander Kornienko
2016-12-21
1
-1
/
+3
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
4
-5
/
+5
*
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
Alexander Kornienko
2016-12-13
1
-3
/
+3
*
[clang-tidy] Add check for redundant function pointer dereferences
Malcolm Parsons
2016-12-13
4
-0
/
+76
*
readability-redundant-declaration: Fix crash
Daniel Marjamaki
2016-11-21
1
-0
/
+2
*
[clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier
2016-11-16
1
-0
/
+9
*
[clang-tidy] Change readability-redundant-member-init to get base type from c...
Malcolm Parsons
2016-11-15
1
-1
/
+1
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
15
-81
/
+72
*
[clang-tidy] Fixed readability-else-after-return for cascade statements
Malcolm Parsons
2016-11-04
1
-1
/
+1
*
[clang-tidy] Ignore forward declarations without definitions in the same tran...
Jonathan Coe
2016-11-03
1
-0
/
+3
*
[clang-tidy] Handle data() in readability-redundant-string-cstr
Malcolm Parsons
2016-11-03
1
-3
/
+5
*
[clang-tidy] Add check readability-redundant-declaration
Daniel Marjamaki
2016-11-01
4
-0
/
+110
*
[clang-tidy] Fix identifier naming in macro args.
Jason Henline
2016-10-24
1
-7
/
+37
*
[clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons
2016-10-20
4
-0
/
+105
*
[clang-tidy] Fix readability-braces-around-statements false positive
Marek Kurdej
2016-10-14
1
-1
/
+1
[prev]
[next]