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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Fix namespace comments. NFC.
Alexander Kornienko
2015-03-04
2
-5
/
+5
*
[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
7
-2
/
+17
*
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
21
-3
/
+44
*
[clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...
Alexander Kornienko
2015-03-02
4
-2
/
+8
*
[clang-tidy] Assert related checkers
Alexander Kornienko
2015-03-02
6
-0
/
+349
*
[clang-tidy] Various improvements in misc-use-override
Alexander Kornienko
2015-02-27
1
-6
/
+24
*
[clang-tidy] Use the new ArrayRef<FixItHint> inserter.
Alexander Kornienko
2015-02-25
1
-8
/
+5
*
[clang-tidy] Correct confusion between overwrite and override. NFC.
Alexander Kornienko
2015-02-25
1
-5
/
+5
*
[clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker.
Gabor Horvath
2015-02-25
1
-2
/
+2
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
1
-3
/
+2
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
1
-2
/
+3
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
1
-3
/
+2
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
1
-2
/
+3
*
[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-17
1
-2
/
+19
*
Re-sort includes using the LLVM utils/sort_includes.py script.
Chandler Carruth
2015-02-13
2
-7
/
+4
*
[clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-12
1
-2
/
+2
*
Add clang-tidy check google-global-names-in-headers.
Samuel Benzaquen
2015-02-11
4
-0
/
+91
*
[clang-tidy] Checker for inaccurate use of erase() method.
Gabor Horvath
2015-02-10
4
-0
/
+104
*
Verify assign operator signatures.
Samuel Benzaquen
2015-02-09
4
-0
/
+106
*
[clang-tidy] Checker for inefficient use of algorithms on associative containers
Gabor Horvath
2015-02-07
4
-0
/
+148
*
[clang-tidy] Don't ignore default set of checks when a config file is found.
Alexander Kornienko
2015-02-05
1
-4
/
+3
*
[clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.
Alexander Kornienko
2015-02-05
1
-9
/
+16
*
[clang-tidy] Fix some false positives in google-readability-casting
Alexander Kornienko
2015-01-29
1
-6
/
+18
*
[clang-tidy] Use shrink_to_fit instead of copy and swap trick
Alexander Kornienko
2015-01-23
4
-0
/
+148
*
[clang-tidy] Small readability-container-size-empty cleanup
Alexander Kornienko
2015-01-23
1
-2
/
+1
*
[clang-tidy] Use actual LangOptions.
Alexander Kornienko
2015-01-22
2
-4
/
+4
*
[clang-tidy] Minor cleanups in readability-container-size-empty checker
Alexander Kornienko
2015-01-22
1
-13
/
+6
*
[clang-tidy] Make ClangTidyOptionsProvider::getOptions return by value.
Alexander Kornienko
2015-01-20
2
-4
/
+4
*
clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
Alexander Kornienko
2015-01-15
4
-0
/
+217
*
clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
2015-01-14
4
-0
/
+80
*
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
12
-16
/
+16
*
clang-tidy: [misc-use-override] Fix 'override' insertion.
Daniel Jasper
2015-01-09
1
-9
/
+23
*
Fixed a typo in a comment. NFC.
Alexander Kornienko
2014-12-19
1
-1
/
+1
*
[clang-tidy] Fix a typo.
Alexander Kornienko
2014-12-09
1
-2
/
+3
*
[clang-tidy] Extended the example check, added a fix-it, etc.
Alexander Kornienko
2014-12-09
1
-12
/
+23
*
clang-tidy: Add a basic python script to generate checks.
Daniel Jasper
2014-12-09
1
-0
/
+214
*
[clang-tidy] google-runtime-int: Don't check C code.
Alexander Kornienko
2014-12-08
1
-0
/
+4
*
[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move
Alexander Kornienko
2014-12-05
4
-0
/
+108
*
[clang-tidy] Update help messages and docs.
Alexander Kornienko
2014-12-03
1
-6
/
+21
*
[clang-tidy] google-explicit-constructor: don't match in template instantiations
Alexander Kornienko
2014-11-30
1
-1
/
+2
*
[clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
2014-11-27
1
-6
/
+34
*
clang-tidy: Add override before the first attribute.
Daniel Jasper
2014-11-25
1
-2
/
+4
*
[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10
Alexander Kornienko
2014-11-20
1
-1
/
+1
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-20
1
-0
/
+3
*
Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"
Hans Wennborg
2014-11-19
1
-3
/
+0
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-19
1
-0
/
+3
*
Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usage
David Blaikie
2014-11-19
1
-2
/
+2
*
[clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
2014-11-17
1
-1
/
+9
*
[clang-tidy] google-readability-function: skip std::nullptr_t
Alexander Kornienko
2014-11-05
1
-0
/
+4
*
[clang-tidy] Don't print a message if there's no error.
Alexander Kornienko
2014-11-04
1
-2
/
+3
[next]