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] Fixed crash 44745 in readability-else-after-return
Nathan James
2020-02-03
1
-0
/
+4
*
[clang-tidy] Disable Checks on If constexpr statements in template Instantiat...
Nathan
2020-01-23
1
-1
/
+4
*
Added readability-qualified-auto check
Nathan James
2020-01-14
4
-0
/
+334
*
Fix readability-identifier-naming missing member variables
Nathan James
2020-01-13
1
-6
/
+26
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-6
/
+8
*
[clang-tidy] Disable match on `if constexpr` statements in template instantia...
Andi-Bogdan Postelnicu
2020-01-08
1
-1
/
+5
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
1
-2
/
+6
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
2
-2
/
+2
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
2
-30
/
+216
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
Fix readability-const-return-type identifying the wrong `const` token
Ilya Mirsky
2019-12-24
1
-2
/
+2
*
Fix false positive in magic number checker.
Florin Iucha
2019-12-24
1
-3
/
+15
*
[clang-tidy] Use early returns to make the code easier to read and potentiall...
Alexander Kornienko
2019-12-12
1
-6
/
+5
*
Magic number checker shouldn't warn on user defined string literals
Tibor Brunner
2019-12-09
1
-4
/
+15
*
Optionally exclude bitfield definitions from magic numbers check
Florin Iucha
2019-12-07
2
-8
/
+39
*
[clang-tidy] Fix PR26274
Alexander Kornienko
2019-12-06
1
-64
/
+70
*
Revert "Fix llvm-namespace-comment for macro expansions"
Alexander Kornienko
2019-12-03
2
-135
/
+13
*
Fix llvm-namespace-comment for macro expansions
Marcin Twardak
2019-11-23
2
-13
/
+135
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-1
/
+1
*
[clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...
Mitchell Balan
2019-11-19
2
-6
/
+24
*
[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a
Mitchell Balan
2019-11-19
1
-6
/
+7
*
Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"
Mitchell Balan
2019-11-19
1
-7
/
+6
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+1
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-1
/
+1
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
2
-11
/
+41
*
Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...
Mitchell Balan
2019-11-15
2
-41
/
+11
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
2
-11
/
+41
*
[clang-tidy] modernize-use-override new option AllowOverrideAndFinal
Mitchell Balan
2019-11-15
1
-13
/
+13
*
[clang-tidy] Add readability-make-member-function-const
Matthias Gehre
2019-11-06
4
-0
/
+302
*
Fix readability-identifier-naming to prevent variables becoming keywords.
Daniel
2019-10-30
2
-22
/
+68
*
Add the readability-redundant-access-specifiers check.
Aaron Ballman
2019-10-30
4
-0
/
+128
*
Use std::unique_ptr in ClangTidyCheckFactories
Dmitri Gribenko
2019-09-26
2
-0
/
+3
*
[clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseu...
Sam McCall
2019-08-28
1
-0
/
+10
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
5
-7
/
+7
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-2
/
+2
*
[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
*
[clang-tidy] Fix null pointer dereference in readability-identifier-naming
Haojian Wu
2019-05-28
1
-4
/
+5
*
DeleteNullPointerCheck now deletes until the end brace of the condition.
Mads Ravn
2019-05-26
1
-3
/
+6
*
[clang-tidy] Handle member variables in readability-simplify-boolean-expr
Jonas Toth
2019-05-16
1
-18
/
+17
*
[clang-tidy] Fix invalid fixit for readability-static-accessed-through-instan...
Matthias Gehre
2019-05-14
1
-0
/
+1
*
[clang-tidy] readability-redundant-declaration: fix false positive with C "ex...
Matthias Gehre
2019-05-13
1
-2
/
+8
*
Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...
Florian Gross
2019-05-02
1
-13
/
+16
*
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-23
1
-1
/
+4
*
[clang-tidy] Fix invalid location in readability-misleading-indentation diagn...
Alexander Kornienko
2019-04-17
1
-1
/
+5
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
33
-33
/
+33
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
2
-5
/
+5
*
[clang-tidy] Expand modular headers for PPCallbacks
Alexander Kornienko
2019-03-22
2
-5
/
+7
*
Fix file headers. NFC
Fangrui Song
2019-03-01
3
-3
/
+3
*
[clang-tidy][NFC] Fix typo.
Yitzhak Mandelbaum
2019-02-08
1
-1
/
+1
[next]