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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Delete removed formatting option.
Daniel Jasper
2014-07-09
1
-1
/
+0
*
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
*
Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygm...
NAKAMURA Takumi
2014-07-04
2
-0
/
+6
*
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
4
-1
/
+11
*
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
*
Initial version of clang-tidy check to use override instead of virual.
Daniel Jasper
2014-05-16
2
-1
/
+135
*
Change the behavior of clang-tidy -checks=, remove -disable-checks.
Alexander Kornienko
2014-05-15
13
-20
/
+18
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
3
-5
/
+13
*
Fix a crash when diagnostic points to a macro definition on command line.
Alexander Kornienko
2014-05-06
1
-0
/
+4
*
Add clang-tidy -header-filter option
Alexander Kornienko
2014-05-05
3
-0
/
+24
*
Test cleanup recommended in http://reviews.llvm.org/D3556
Alex McCarthy
2014-04-30
1
-4
/
+1
*
Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...
Alex McCarthy
2014-04-30
1
-0
/
+26
*
Do not touch get() calls on 'this' object.
Samuel Benzaquen
2014-04-29
1
-0
/
+10
*
Now with correct -disable-checks=
Alexander Kornienko
2014-04-27
1
-1
/
+1
*
Specify checks in a more reliable way.
Alexander Kornienko
2014-04-27
1
-1
/
+1
*
Allow clang-tidy tests with any file names.
Alexander Kornienko
2014-04-27
1
-1
/
+1
*
test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.
NAKAMURA Takumi
2014-04-10
2
-0
/
+2
*
Inject unique_ptr/shared_ptr into the test instead of using <memory>
Samuel Benzaquen
2014-04-09
2
-2
/
+34
*
Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
2014-04-09
4
-19
/
+47
*
Fix regex bug in clang-tidy.
Daniel Jasper
2014-04-02
8
-10
/
+10
*
Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
2014-03-27
2
-0
/
+122
*
Output messages when clang-tidy applies fix-its.
Alexander Kornienko
2014-03-27
1
-1
/
+5
[next]