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
/
ReadabilityTidyModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Add a readability-deleted-default clang-tidy check.
Alexander Kornienko
2016-04-13
1
-0
/
+3
*
[clang-tidy] Add a check to detect static definitions in anonymous namespace.
Haojian Wu
2016-04-05
1
-0
/
+3
*
[clang-tidy] readability check for const params in declarations
Alexander Kornienko
2016-03-30
1
-0
/
+3
*
Add a new check, readability-redundant-string-init, that checks unnecessary s...
Alexander Kornienko
2016-02-25
1
-0
/
+3
*
Sort checks alphabetically in ReadabilityTidyModule.cpp.
Eugene Zelenko
2016-02-01
1
-4
/
+4
*
Add a new check, readability-redundant-control-flow, that check for some form...
Aaron Ballman
2016-02-01
1
-0
/
+3
*
[clang-tidy] Add check readability-implicit-bool-cast
Piotr Dziwinski
2015-10-25
1
-0
/
+3
*
Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...
Samuel Benzaquen
2015-10-19
1
-0
/
+3
*
[clang-tidy] Add inconsistent declaration parameter name check
Alexander Kornienko
2015-09-10
1
-0
/
+3
*
[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...
Alexander Kornienko
2015-08-31
1
-3
/
+0
*
[clang-tidy] Add new IdentifierNaming check
Alexander Kornienko
2015-08-19
1
-0
/
+3
*
[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
2015-04-10
1
-1
/
+5
*
[clang-tidy] Move google-readability-function check to readability-named-para...
Alexander Kornienko
2015-03-16
1
-0
/
+3
*
Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...
Alexander Kornienko
2015-03-16
1
-7
/
+9
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
1
-4
/
+4
*
[clang-tidy] Use shrink_to_fit instead of copy and swap trick
Alexander Kornienko
2015-01-23
1
-0
/
+3
*
clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
Alexander Kornienko
2015-01-15
1
-0
/
+3
*
clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
2015-01-14
1
-0
/
+3
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
1
-0
/
+44