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
*
Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
Tim Shen
2016-06-21
1
-9
/
+9
*
[clang-tidy] Fix doxygen errors. NFC.
Alexander Kornienko
2016-06-17
1
-2
/
+2
*
[clang-tidy] readability-identifier-naming - Support for Macros
Alexander Kornienko
2016-06-17
2
-22
/
+187
*
Apply performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2016-06-15
2
-2
/
+2
*
[clang-tidy] readability-identifier-naming - Support for Type Aliases
Alexander Kornienko
2016-06-07
1
-0
/
+4
*
[clang-tidy] Do not try to suggest a fix if the parameter is partially in a m...
Samuel Benzaquen
2016-06-06
1
-0
/
+6
*
Fix uninitialized memory access when the token 'const' is not present in
Samuel Benzaquen
2016-06-01
1
-5
/
+8
*
[ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski
2016-05-31
2
-6
/
+7
*
Speed up check by using a recursive visitor.
Samuel Benzaquen
2016-05-25
2
-66
/
+84
*
[clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron
2016-05-17
2
-16
/
+3
*
[clang-tidy] Refactoring of FixHintUtils
Etienne Bergeron
2016-05-11
1
-6
/
+4
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
6
-7
/
+14
*
clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r...
NAKAMURA Takumi
2016-04-22
1
-0
/
+1
*
[clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron
2016-04-21
2
-44
/
+12
*
[clang-tidy] readability-container-size-empty fixes
Gabor Horvath
2016-04-19
1
-8
/
+12
*
[clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron
2016-04-15
1
-2
/
+65
*
[clang-tidy] Add a readability-deleted-default clang-tidy check.
Alexander Kornienko
2016-04-13
4
-0
/
+109
*
[clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...
Matthias Gehre
2016-04-12
1
-7
/
+40
*
[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...
Benjamin Kramer
2016-04-07
1
-2
/
+2
*
[clang-tidy] Fix FP with readability-redundant-string-init for default arguments
Etienne Bergeron
2016-04-07
1
-1
/
+2
*
[clang-tidy] Add a check to detect static definitions in anonymous namespace.
Haojian Wu
2016-04-05
4
-0
/
+111
*
[clang-tidy] Fix MSVC build.
Alexander Kornienko
2016-03-30
1
-1
/
+2
*
[clang-tidy] readability check for const params in declarations
Alexander Kornienko
2016-03-30
4
-0
/
+108
*
[clang-tidy] Add support for different char-types for the readability-redunda...
Etienne Bergeron
2016-03-24
1
-14
/
+14
*
[clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.
Etienne Bergeron
2016-03-22
1
-19
/
+21
*
[clang-tidy] Fix redundant-string-init check with msvc 14 headers.
Etienne Bergeron
2016-03-22
1
-15
/
+32
*
IdentifierNamingCheck.cpp: try to fix MSVC build
Hans Wennborg
2016-02-29
1
-4
/
+4
*
Add a new check, readability-redundant-string-init, that checks unnecessary s...
Alexander Kornienko
2016-02-25
4
-0
/
+98
*
[clang-tidy] update links to Google Code Style in docs
Haojian Wu
2016-02-25
2
-2
/
+2
*
[clang-tidy] Match the type against the get() method we are calling,
Samuel Benzaquen
2016-02-17
1
-5
/
+5
*
[clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s...
Haojian Wu
2016-02-16
1
-2
/
+2
*
Reapply r260096.
Aaron Ballman
2016-02-12
2
-162
/
+140
*
[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
[next]