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] Fix an assert failure in 'readability-braces-around-statements' ...
Haojian Wu
2016-02-11
1
-1
/
+4
*
[clang-tidy] Make readability-container-size-empty work with inline namespace...
Gabor Horvath
2016-02-09
1
-18
/
+21
*
[clang-tidy] Replace a custom ASTMatcher with a built-in one.
Gabor Horvath
2016-02-09
1
-4
/
+2
*
Reverting r260096; it causes build bot failures:
Aaron Ballman
2016-02-08
2
-138
/
+162
*
Expand the simplify boolean expression check to handle implicit conversion of...
Aaron Ballman
2016-02-08
2
-162
/
+138
*
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
4
-0
/
+154
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-12
/
+0
*
Test commit. Fix typo in comment.
Jonathan Coe
2016-01-26
1
-1
/
+1
*
[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
Alexander Kornienko
2016-01-08
1
-1
/
+1
*
[clang-tidy] Fix a use-after-free bug found by asan
Alexander Kornienko
2015-12-29
1
-2
/
+3
*
[clang-tidy] Fix a false positive case in ContainerSizeEmpty check.
Gabor Horvath
2015-12-28
1
-4
/
+9
*
[clang-tidy] Preserve comments and preprocessor directives when simplifying b...
Alexander Kornienko
2015-12-28
2
-39
/
+72
*
Fix a false positive case in ContainerSizeEmpty check (PR25893).
Gabor Horvath
2015-12-21
1
-0
/
+5
*
[clang-tidy] google-readability-namespace-comments: ignore stray semicolons
Alexander Kornienko
2015-12-16
1
-1
/
+2
*
[clang-tidy] Don't use diag() for debug output
Alexander Kornienko
2015-12-16
1
-11
/
+3
*
[clang-tidy] Fix PR25812.
Gabor Horvath
2015-12-12
1
-25
/
+26
*
clang-tidy readability identifiers: better diagnostic location
Mike Aizatsky
2015-12-04
1
-1
/
+1
*
[clang-tidy] Fix message style (capitalization, trailing period).
Alexander Kornienko
2015-11-09
1
-3
/
+2
*
[clang-tidy] readability-named-parameter: don't complain about implicit param...
Alexander Kornienko
2015-11-06
1
-0
/
+2
*
Drop dead return after llvm_unreachable. NFC.
Benjamin Kramer
2015-10-26
1
-1
/
+0
*
assert(false) -> llvm_unreachable.
Benjamin Kramer
2015-10-25
1
-1
/
+1
*
[clang-tidy] Add return value for non-assert builds.
Daniel Jasper
2015-10-25
1
-0
/
+1
*
[clang-tidy] Add check readability-implicit-bool-cast
Piotr Dziwinski
2015-10-25
4
-0
/
+476
*
Test commit
Piotr Dziwinski
2015-10-24
1
-2
/
+2
*
Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...
Samuel Benzaquen
2015-10-19
4
-0
/
+108
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[clang-tidy] Implement FixitHints for identifier references in IdentifierNami...
Alexander Kornienko
2015-10-01
1
-14
/
+116
*
[clang-tidy] Fix an assertion in the readability-braces-around-statements check.
Alexander Kornienko
2015-09-30
1
-0
/
+10
*
[clang-tidy] Code factorization and cleanup in IdentifierNamingCheck
Alexander Kornienko
2015-09-28
2
-38
/
+49
*
Pass SourceLocation by value instead of by const reference since its just a 3...
Craig Topper
2015-09-21
1
-1
/
+1
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
6
-54
/
+63
*
[clang-tidy] Add inconsistent declaration parameter name check
Alexander Kornienko
2015-09-10
4
-0
/
+385
*
[clang-tidy] Fix PR22785.
Alexander Kornienko
2015-09-09
1
-5
/
+10
*
Disable clang-tidy readability checkers when not compiling in C++ mode. None ...
Aaron Ballman
2015-09-02
4
-1
/
+19
*
[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...
Alexander Kornienko
2015-08-31
4
-145
/
+0
*
[clang-tidy] Update docs for clang-tidy checks. NFC
Alexander Kornienko
2015-08-27
11
-75
/
+118
*
[clang-tidy] Add new IdentifierNaming check
Alexander Kornienko
2015-08-19
4
-0
/
+664
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...
Alexander Kornienko
2015-07-01
2
-29
/
+276
*
[clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...
Alexander Kornienko
2015-06-17
2
-10
/
+6
*
[clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
2015-06-04
2
-5
/
+14
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...
Alexander Kornienko
2015-05-17
2
-16
/
+55
*
clang-tidy: [readability-else-after-return] Fix false positive. This
Daniel Jasper
2015-04-27
1
-3
/
+5
*
[clang-tidy] Remove static StringSet in favor of binary search.
Benjamin Kramer
2015-04-17
2
-37
/
+29
*
[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
2015-04-10
4
-1
/
+482
*
[clang-tidy] Fix for http://llvm.org/PR23130
Alexander Kornienko
2015-04-08
1
-3
/
+3
*
Force braces on the else branch if they are being added to the if branch.
Samuel Benzaquen
2015-03-31
2
-12
/
+15
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-3
/
+4
*
[clang-tidy] Move google-readability-function check to readability-named-para...
Alexander Kornienko
2015-03-16
4
-0
/
+170
*
Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...
Alexander Kornienko
2015-03-16
4
-7
/
+180
[prev]
[next]