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
*
Added readability-qualified-auto check
Nathan James
2020-01-14
1
-0
/
+3
*
[clang-tidy] Add readability-make-member-function-const
Matthias Gehre
2019-11-06
1
-0
/
+3
*
Add the readability-redundant-access-specifiers check.
Aaron Ballman
2019-10-30
1
-0
/
+3
*
[clang-tidy] initial version of readability-convert-member-functions-to-static
Matthias Gehre
2019-07-16
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] new check 'readability-redundant-preprocessor'
Miklos Vajna
2019-01-11
1
-0
/
+3
*
Implement the readability-const-return-type check.
Aaron Ballman
2018-10-31
1
-0
/
+3
*
[clang-tidy] new check 'readability-isolate-declaration'
Jonas Toth
2018-10-31
1
-0
/
+3
*
[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...
Roman Lebedev
2018-10-26
1
-0
/
+3
*
[clang-tidy] Revert my readability-uppercase-literal-suffix check.
Roman Lebedev
2018-10-25
1
-3
/
+0
*
[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...
Roman Lebedev
2018-10-18
1
-0
/
+3
*
Add a new check to the readability module that flags uses of "magic numbers" ...
Aaron Ballman
2018-08-12
1
-0
/
+3
*
Add a new check, readability-simplify-subscript-expr, that diagnoses array su...
Aaron Ballman
2018-05-16
1
-0
/
+3
*
[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...
Fangrui Song
2018-03-07
1
-3
/
+0
*
[clang-tidy] Add `readability-simd-intrinsics` check.
Fangrui Song
2018-02-15
1
-0
/
+3
*
clang-tidy/rename_check.py misc-string-compare readability-string-compare
Alexander Kornienko
2018-01-30
1
-0
/
+3
*
[clang-tidy] Add new readability non-idiomatic static access check
Gabor Horvath
2017-08-08
1
-0
/
+3
*
[clang-tidy] 'implicit cast' -> 'implicit conversion'
Alexander Kornienko
2017-08-08
1
-3
/
+3
*
[clang-tidy] Add readability-misleading-indentation check.
Gabor Horvath
2017-02-14
1
-0
/
+3
*
[clang-tidy] Add delete null pointer check.
Gabor Horvath
2016-12-31
1
-0
/
+3
*
[clang-tidy] Add check for redundant function pointer dereferences
Malcolm Parsons
2016-12-13
1
-0
/
+3
*
[clang-tidy] Add check readability-redundant-declaration
Daniel Marjamaki
2016-11-01
1
-0
/
+3
*
[clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons
2016-10-20
1
-0
/
+3
*
[clang-tidy] readability-misplaced-array-index: add new check that warns when...
Daniel Marjamaki
2016-09-12
1
-0
/
+3
*
[clang-tidy] readability-non-const-parameter: add new check that warns when f...
Daniel Marjamaki
2016-08-23
1
-0
/
+3
*
[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