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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move
Alexander Kornienko
2014-12-05
4
-0
/
+108
*
clang-tidy: Add override before the first attribute.
Daniel Jasper
2014-11-25
1
-2
/
+4
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
2
-13
/
+0
*
[clang-tidy] Move some of the misc checks to readability/
Alexander Kornienko
2014-10-15
8
-630
/
+11
*
[clang-tidy] misc-braces-around-statements.ShortStatementLines option
Alexander Kornienko
2014-10-13
2
-7
/
+45
*
[clang-tidy] Add check misc-braces-around-statements.
Alexander Kornienko
2014-10-02
4
-0
/
+280
*
[clang-tidy] Add a checker for long functions.
Benjamin Kramer
2014-09-15
4
-0
/
+153
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
8
-3
/
+17
*
Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to
Alexander Kornienko
2014-09-10
1
-21
/
+11
*
ClangTidy misc-argument-comment check: don't check arguments to template
Alexander Kornienko
2014-09-03
1
-0
/
+9
*
[clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.
Benjamin Kramer
2014-09-03
2
-11
/
+6
*
[clang-tidy] Use new ASTMatchers to identify template instantiations instead ...
Benjamin Kramer
2014-09-03
1
-4
/
+1
*
[clang-tidy] Disable the warning on implicit bool* to bool conversion in macros.
Benjamin Kramer
2014-08-12
1
-1
/
+9
*
[clang-tidy] Rewrite a for-range loop in the old style.
Benjamin Kramer
2014-08-04
1
-3
/
+3
*
[clang-tidy] Add a checker for code that looks like a delegate constructors b...
Benjamin Kramer
2014-07-31
4
-0
/
+111
*
Don't warn on NewCallback argument comments, as they are arguments for the
Alexander Kornienko
2014-07-30
1
-4
/
+9
*
clang-tidy: [use-override] Tweak messages.
Daniel Jasper
2014-07-28
1
-2
/
+2
*
[clang-tidy] Fix a heap use-after-free bug detected by asan.
Benjamin Kramer
2014-07-24
1
-4
/
+4
*
Add the fix that should've accompanied r213738.
Benjamin Kramer
2014-07-23
1
-3
/
+6
*
Reapply r213647 with a fix.
Benjamin Kramer
2014-07-23
4
-0
/
+135
*
Revert r213647; the added test triggers an assertion.
Richard Smith
2014-07-23
4
-135
/
+0
*
[clang-tidy] Add a check for RAII temporaries.
Benjamin Kramer
2014-07-22
4
-0
/
+135
*
clang-tidy: [misc-use-override] Slightly tweak the wording of warning.
Daniel Jasper
2014-07-21
1
-5
/
+5
*
[clang-tidy] Add a checker for swapped arguments.
Benjamin Kramer
2014-07-14
4
-0
/
+160
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
[clang-tidy] Add a checker for implicit bool conversion of a bool*.
Benjamin Kramer
2014-07-11
4
-0
/
+109
*
clang-tidy: [misc-use-override] Correctly handle defaulted destructors.
Daniel Jasper
2014-06-20
1
-6
/
+4
*
clang-tidy: [use-override] Remove 'override' if 'final' is also present.
Daniel Jasper
2014-06-11
1
-6
/
+18
*
clang-tidy use override: Don't generate incorrect warnings without fixes
Daniel Jasper
2014-06-04
1
-1
/
+2
*
clang-tidy: Extend the use-override check to understand 'final'.
Daniel Jasper
2014-06-02
1
-3
/
+5
*
Revert "Remove redundant check discovered in post-commit review of r209505."
Daniel Jasper
2014-05-30
1
-1
/
+3
*
Remove redundant check discovered in post-commit review of r209505.
Daniel Jasper
2014-05-30
1
-3
/
+1
*
clang-tidy: Only add 'override' before inlined bodies.
Daniel Jasper
2014-05-23
1
-1
/
+2
*
Address review comments on r208954. No functional changes.
Daniel Jasper
2014-05-19
1
-7
/
+6
*
Initializer list is unavailable. Use the constructor instead.
NAKAMURA Takumi
2014-05-16
1
-2
/
+3
*
clang-tidy/misc/UseOverride.cpp: Appease targeting msvc.
NAKAMURA Takumi
2014-05-16
1
-1
/
+1
*
Initial version of clang-tidy check to use override instead of virual.
Daniel Jasper
2014-05-16
4
-0
/
+165
*
Do not touch get() calls on 'this' object.
Samuel Benzaquen
2014-04-29
1
-0
/
+1
*
Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
2014-04-09
1
-23
/
+55
*
Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
2014-03-27
4
-3
/
+130
*
clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is un...
NAKAMURA Takumi
2014-03-18
2
-1
/
+6
*
Add an argument comment checker to clang-tidy.
Peter Collingbourne
2014-03-18
4
-0
/
+211
*
Added a module for checks not related to LLVM or Google coding style.
Alexander Kornienko
2014-03-05
3
-0
/
+55