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 checker that warn when macro argument with side effects is re...
Daniel Marjamaki
2015-06-17
1
-0
/
+84
*
clang-tidy: Add checker that warns about missing parentheses in macros
Daniel Marjamaki
2015-06-16
1
-0
/
+36
*
Fixed modularize to warn about missing headers referenced in a module map.
John Thompson
2015-06-04
3
-0
/
+14
*
[clang-tidy] Fix for llvm.org/PR23355
Szabolcs Sipos
2015-05-29
2
-1
/
+18
*
[clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor
Alexander Kornienko
2015-05-27
1
-3
/
+3
*
[clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and...
Alexander Kornienko
2015-05-26
1
-0
/
+8
*
[clang-tidy] Don't issue most google-readability-casting warnings on .c files...
Alexander Kornienko
2015-05-26
1
-0
/
+11
*
[clang-tidy] Fix for llvm.org/PR23572
Szabolcs Sipos
2015-05-23
1
-0
/
+6
*
Add a clang-tidy check for move constructors/assignment ops without noexcept.
Alexander Kornienko
2015-05-22
1
-0
/
+37
*
[clang-tidy] Disable google-readability-casting for .c files and their headers.
Alexander Kornienko
2015-05-21
1
-0
/
+3
*
Copy lit shell changes from clang to clang-tools-extra, excluding some failin...
Reid Kleckner
2015-05-20
2
-3
/
+18
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...
Alexander Kornienko
2015-05-17
3
-0
/
+120
*
[clang-tidy] Treat all types with non-trivial destructors as RAII.
Alexander Kornienko
2015-05-12
1
-0
/
+8
*
[clang-tidy] Fix for llvm.org/PR23161
Szabolcs Sipos
2015-05-08
1
-0
/
+6
*
Update to match clang r236404.
Richard Smith
2015-05-04
2
-12
/
+12
*
Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...
NAKAMURA Takumi
2015-05-01
1
-3
/
+0
*
Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...
NAKAMURA Takumi
2015-04-28
1
-0
/
+3
*
clang-tidy: [readability-else-after-return] Fix false positive. This
Daniel Jasper
2015-04-27
1
-0
/
+7
*
[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
2015-04-10
1
-0
/
+543
*
[clang-tidy] Fix for llvm.org/PR23161
Szabolcs Sipos
2015-04-10
1
-0
/
+19
*
[clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
2015-04-09
1
-4
/
+26
*
[clang-tidy] Fix for http://llvm.org/PR23130
Alexander Kornienko
2015-04-08
1
-3
/
+2
*
[clang-tidy] Added a couple of tests for misc-static-assert.
Alexander Kornienko
2015-04-04
1
-0
/
+9
*
[clang-tidy] Clarify message for the google-explicit-constructor check
Alexander Kornienko
2015-03-31
1
-1
/
+6
*
[clang-tidy] Move google-readability-function check to readability-named-para...
Alexander Kornienko
2015-03-16
1
-1
/
+1
*
Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...
Alexander Kornienko
2015-03-16
3
-40
/
+42
*
[clang-tidy] Fix false positives in the misc-static-assert check http://llvm....
Alexander Kornienko
2015-03-15
1
-0
/
+8
*
[clang-tidy] Static Analyzer checker configuration options pass-through.
Gabor Horvath
2015-03-11
1
-0
/
+19
*
[clang-tidy] Fix assertion when a dependent expression is used in an assert.
Alexander Kornienko
2015-03-09
1
-0
/
+2
*
[clang-tidy] Fix diag message in clang-tidy misc-uniqueptr-reset-release if r...
Alexander Kornienko
2015-03-05
1
-1
/
+1
*
[clang-tidy] Output more diagnostics in check_clang_tidy.sh
Alexander Kornienko
2015-03-04
1
-0
/
+9
*
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
[next]