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
*
Add -fexceptions for targets which need it
Filipe Cabecinhas
2015-03-02
1
-1
/
+1
*
[clang-tidy] Assert related checkers
Alexander Kornienko
2015-03-02
2
-0
/
+172
*
[clang-tidy] Various improvements in misc-use-override
Alexander Kornienko
2015-02-27
3
-36
/
+66
*
[clang-tidy] Correct spelling error in test file name. NFC.
Alexander Kornienko
2015-02-25
1
-0
/
+0
*
[clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker.
Gabor Horvath
2015-02-25
1
-2
/
+12
*
Revert "Add a missing target requirement."
Adrian Prantl
2015-02-25
1
-1
/
+1
*
Add a missing target requirement.
Adrian Prantl
2015-02-25
1
-1
/
+1
*
Deleted module-map-checker, as it's been folded into modularize.
John Thompson
2015-02-20
19
-65
/
+0
*
Added module map coverage support, extracted from module-map-checker.
John Thompson
2015-02-19
19
-1
/
+65
*
Fixed missing checkins.
John Thompson
2015-02-18
2
-0
/
+18
*
Added support for extracting headers from module maps as a source for the hea...
John Thompson
2015-02-18
2
-0
/
+2
*
[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-17
1
-3
/
+40
*
clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.
NAKAMURA Takumi
2015-02-13
1
-1
/
+1
*
[clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-12
1
-0
/
+4
*
Fix broken test in separate build tree.
John Thompson
2015-02-12
1
-1
/
+1
*
Added support for multiple header list files, as a precursor for when we need...
John Thompson
2015-02-12
1
-0
/
+2
*
Added -block-check-header-list-only option. This is a work-around for privat...
John Thompson
2015-02-11
1
-0
/
+3
*
Renamed module.map to module.modulemap.
John Thompson
2015-02-10
4
-6
/
+6
*
[clang-tidy] Checker for inaccurate use of erase() method.
Gabor Horvath
2015-02-10
1
-0
/
+67
*
Verify assign operator signatures.
Samuel Benzaquen
2015-02-09
1
-0
/
+52
*
[clang-tidy] Checker for inefficient use of algorithms on associative containers
Gabor Horvath
2015-02-07
1
-0
/
+92
*
[clang-tidy] Don't ignore default set of checks when a config file is found.
Alexander Kornienko
2015-02-05
1
-4
/
+4
*
[clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.
Alexander Kornienko
2015-02-05
1
-3
/
+32
*
[clang-tidy] Fix some false positives in google-readability-casting
Alexander Kornienko
2015-01-29
2
-22
/
+47
*
[clang-tidy] Use shrink_to_fit instead of copy and swap trick
Alexander Kornienko
2015-01-23
1
-0
/
+75
*
clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
Alexander Kornienko
2015-01-15
1
-0
/
+106
*
clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
2015-01-14
1
-0
/
+28
*
Make LoopConvert work with containers that are used like arrays.
Daniel Jasper
2015-01-12
1
-0
/
+21
*
clang-tidy: [misc-use-override] Simplify regular expressions in test.
Daniel Jasper
2015-01-09
1
-41
/
+41
*
clang-tidy: [misc-use-override] Fix 'override' insertion.
Daniel Jasper
2015-01-09
1
-0
/
+5
*
Handle newlines on Windows correctly.
Nikola Smiljanic
2014-12-09
4
-0
/
+25
*
[clang-tidy] google-runtime-int: Don't check C code.
Alexander Kornienko
2014-12-08
1
-0
/
+27
*
[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move
Alexander Kornienko
2014-12-05
1
-0
/
+48
*
[clang-tidy] Make a test independent of the default check set.
Alexander Kornienko
2014-12-03
1
-1
/
+1
*
[clang-tidy] google-explicit-constructor: don't match in template instantiations
Alexander Kornienko
2014-11-30
1
-0
/
+18
*
[clang-tidy] More tests for the google-explicit-constructor check
Alexander Kornienko
2014-11-28
1
-5
/
+26
*
[clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
2014-11-27
7
-24
/
+83
*
clang-tidy: [misc-use-override] Add testcase with reversed attribute order
Daniel Jasper
2014-11-25
1
-0
/
+5
*
clang-tidy: Add override before the first attribute.
Daniel Jasper
2014-11-25
1
-7
/
+8
*
[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10
Alexander Kornienko
2014-11-20
2
-4
/
+18
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-20
1
-1
/
+1
*
Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"
Hans Wennborg
2014-11-19
1
-1
/
+1
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-19
1
-1
/
+1
*
[clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
2014-11-17
3
-5
/
+6
*
Regression test for the --serialize-diagnostics problem fixed in r221884.
Alexander Kornienko
2014-11-13
1
-0
/
+3
*
[clang-tidy] google-readability-function: skip std::nullptr_t
Alexander Kornienko
2014-11-05
1
-0
/
+6
*
[clang-tidy] Added -fix-errors option
Alexander Kornienko
2014-11-03
1
-0
/
+15
*
Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...
NAKAMURA Takumi
2014-10-29
1
-0
/
+3
*
[clang-tidy] Added -system-headers option.
Alexander Kornienko
2014-10-28
2
-12
/
+26
*
Prune CRLF.
NAKAMURA Takumi
2014-10-27
1
-92
/
+92
[next]