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
/
test
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: [use-override] Tweak messages.
Daniel Jasper
2014-07-28
2
-17
/
+17
*
check_clang_tidy_fix.sh: Fail immediately if clang-tidy crashes.
Benjamin Kramer
2014-07-23
1
-1
/
+1
*
Reapply r213647 with a fix.
Benjamin Kramer
2014-07-23
1
-0
/
+61
*
Revert r213647; the added test triggers an assertion.
Richard Smith
2014-07-23
1
-61
/
+0
*
[clang-tidy] Add a check for RAII temporaries.
Benjamin Kramer
2014-07-22
1
-0
/
+61
*
[clang-tidy] Fix a false positive in the make_pair checker if an argument has...
Benjamin Kramer
2014-07-21
1
-0
/
+4
*
Make the diagnostic message more complete to check the check name.
Alexander Kornienko
2014-07-17
1
-1
/
+1
*
[clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependen...
Benjamin Kramer
2014-07-17
1
-2
/
+6
*
[clang-tidy] As a simple heuristic don't emit a swap fixit that would create
Benjamin Kramer
2014-07-16
1
-0
/
+4
*
[clang-tidy] Also emit a warning for memset(x, 0, 0)
Benjamin Kramer
2014-07-16
1
-0
/
+2
*
[clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
2014-07-16
1
-0
/
+51
*
[clang-tidy] Add namespaces checkers.
Benjamin Kramer
2014-07-16
2
-0
/
+15
*
Avoid adding redundant parens.
Alexander Kornienko
2014-07-16
1
-1
/
+15
*
[clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
2014-07-16
1
-0
/
+49
*
Fix the diagnostic.cpp test to explicitly disable more google checks
Reid Kleckner
2014-07-15
1
-1
/
+1
*
[clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
2014-07-15
1
-0
/
+72
*
[clang-tidy] extend make_pair test for fixits in template definitions.
Benjamin Kramer
2014-07-15
1
-0
/
+4
*
[clang-tidy] Add a checker that flags all instances of overloaded unary opera...
Benjamin Kramer
2014-07-15
1
-0
/
+24
*
[clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
2014-07-15
1
-0
/
+44
*
[clang-tidy] Add a checker for swapped arguments.
Benjamin Kramer
2014-07-14
1
-0
/
+44
*
Suggest automated replacements of C-style casts with C++ casts.
Alexander Kornienko
2014-07-14
1
-8
/
+91
*
Fixed compilation errors in tests, enforce checking for errors in check_clang...
Alexander Kornienko
2014-07-12
3
-8
/
+16
*
Modify the tests to use FileCheck -implicit-check-not option being proposed i...
Alexander Kornienko
2014-07-11
4
-14
/
+13
*
Fixed the test to work with -implicit-check-not.
Alexander Kornienko
2014-07-11
1
-5
/
+3
*
[clang-tidy] Add a checker for implicit bool conversion of a bool*.
Benjamin Kramer
2014-07-11
1
-0
/
+86
*
Removed the "-fix" suffix from tests that verify both fixes and messages.
Alexander Kornienko
2014-07-09
2
-0
/
+0
*
Check messages and fixes in the same test.
Alexander Kornienko
2014-07-09
7
-202
/
+177
*
As funny as it might look, this wasn't what I intended to test.
Benjamin Kramer
2014-07-08
1
-3
/
+3
*
Use explicit if and restore lost FileCheck error code checking.
Benjamin Kramer
2014-07-08
1
-2
/
+4
*
[clang-tidy] Address review comments for the Twine checker.
Benjamin Kramer
2014-07-08
2
-8
/
+7
*
[clang-tidy] Add a little checker for Twine locals in LLVM.
Benjamin Kramer
2014-07-08
1
-0
/
+35
*
Consistently handle clang-tidy check names in ClangTidyError.
Alexander Kornienko
2014-07-02
1
-2
/
+2
*
Another attempt to add a clang-tidy check for flagging C-style casts.
Alexander Kornienko
2014-06-29
1
-0
/
+24
*
Suppress clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp on win32 due t...
NAKAMURA Takumi
2014-06-27
1
-0
/
+3
*
Make the clang-tidy-diff.py test conditional on the presence of Python 2.7. U...
Alexander Kornienko
2014-06-26
1
-1
/
+2
*
Suppress clang-tidy-diff.py. It is incompatible to py26 due to argparse.
NAKAMURA Takumi
2014-06-25
1
-1
/
+1
*
Rolling back, as the test fails on one of the buildbots:
Alexander Kornienko
2014-06-25
1
-24
/
+0
*
Apparently, some versions of diff like -U0 more than -u0.
Alexander Kornienko
2014-06-25
1
-1
/
+1
*
Add a check to flag the usage of C-style casts (Google Style).
Alexander Kornienko
2014-06-25
1
-0
/
+24
*
Add clang-tidy-diff.py script to run clang-tidy and display warnings on chang...
Alexander Kornienko
2014-06-25
1
-0
/
+18
*
clang-tidy: [misc-use-override] Correctly handle defaulted destructors.
Daniel Jasper
2014-06-20
1
-1
/
+7
*
clang-tidy: [use-override] Remove 'override' if 'final' is also present.
Daniel Jasper
2014-06-11
2
-3
/
+17
*
clang-tidy: Make use-override tests stricter.
Daniel Jasper
2014-06-04
1
-5
/
+5
*
clang-tidy use override: Don't generate incorrect warnings without fixes
Daniel Jasper
2014-06-04
2
-141
/
+166
*
Never filter-out compile errors in clang-tidy, display them as errors.
Alexander Kornienko
2014-06-02
3
-9
/
+10
*
Exit with error when no checks enabled.
Alexander Kornienko
2014-06-02
2
-1
/
+4
*
clang-tidy: Extend the use-override check to understand 'final'.
Daniel Jasper
2014-06-02
1
-0
/
+19
*
clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.
NAKAMURA Takumi
2014-05-24
1
-1
/
+1
*
clang-tidy: Only add 'override' before inlined bodies.
Daniel Jasper
2014-05-23
1
-0
/
+3
*
Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
2014-05-22
4
-0
/
+34
[next]