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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'let' to the help message.
Samuel Benzaquen
2015-02-27
1
-4
/
+8
*
[clang-tidy] Various improvements in misc-use-override
Alexander Kornienko
2015-02-27
4
-42
/
+90
*
Fixed canonical path function.
John Thompson
2015-02-26
2
-2
/
+21
*
Update for clang r230512
David Majnemer
2015-02-25
1
-1
/
+1
*
[clang-tidy] Use the new ArrayRef<FixItHint> inserter.
Alexander Kornienko
2015-02-25
1
-8
/
+5
*
[clang-tidy] Correct spelling error in test file name. NFC.
Alexander Kornienko
2015-02-25
1
-0
/
+0
*
[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
2
-4
/
+14
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
15
-71
/
+50
*
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
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
15
-50
/
+71
*
Revert "Add clangCodeGen.a to the tools that need it after the clang module"
Adrian Prantl
2015-02-24
3
-9
/
+5
*
Fix typo s/bitcodewriter/bitwriter
Adrian Prantl
2015-02-24
1
-1
/
+1
*
Add clangCodeGen.a to the tools that need it after the clang module
Adrian Prantl
2015-02-24
3
-5
/
+9
*
Fixed script name in the clang-tidy documentation.
Alexander Kornienko
2015-02-23
1
-4
/
+4
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
14
-76
/
+33
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
14
-33
/
+76
*
Deleted module-map-checker, as it's been folded into modularize.
John Thompson
2015-02-20
27
-998
/
+1
*
Remove carriage returns.
Nick Lewycky
2015-02-20
1
-5
/
+5
*
Added module map coverage support, extracted from module-map-checker.
John Thompson
2015-02-19
27
-12
/
+852
*
Pruned some unneeded code and comments.
John Thompson
2015-02-19
2
-8
/
+4
*
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
6
-17
/
+325
*
Temporary hack to avoid false errors. Real fix comming.
John Thompson
2015-02-18
1
-0
/
+3
*
Updated file comment on modularize usage, as it was out-of-date.
John Thompson
2015-02-18
1
-3
/
+23
*
[clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.
Gabor Horvath
2015-02-17
2
-5
/
+59
*
Add canonical path conversion function and use it so paths are consistent.
John Thompson
2015-02-17
3
-2
/
+28
*
Fix broken logic for include in block check.
John Thompson
2015-02-13
1
-1
/
+1
*
Moved header list loading to new class. This is staging for adding module map...
John Thompson
2015-02-13
4
-93
/
+218
*
Re-sort includes using the LLVM utils/sort_includes.py script.
Chandler Carruth
2015-02-13
2
-7
/
+4
*
Modularize.cpp: Simplify. Vector may be aware of ranged-for.
NAKAMURA Takumi
2015-02-13
1
-6
/
+5
*
Modularize.cpp: Prune CRLFs.
NAKAMURA Takumi
2015-02-13
1
-4
/
+4
*
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
2
-2
/
+6
*
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
3
-10
/
+17
*
Fixed incorrect header inclusion tracking resulting in false error reports.
John Thompson
2015-02-12
1
-1
/
+4
*
Add clang-tidy check google-global-names-in-headers.
Samuel Benzaquen
2015-02-11
5
-0
/
+137
*
Added -block-check-header-list-only option. This is a work-around for privat...
John Thompson
2015-02-11
5
-7
/
+61
*
Centralize canonical path conversion.
John Thompson
2015-02-11
1
-4
/
+9
*
Fixed module-map-checker to recurse umbrella dirs when collecting headers.
John Thompson
2015-02-10
1
-2
/
+5
*
Renamed module.map to module.modulemap (modularize).
John Thompson
2015-02-10
2
-8
/
+9
*
Renamed module.map to module.modulemap.
John Thompson
2015-02-10
7
-35
/
+35
*
The -I option needs a space, apparently, from the actual implementation.
John Thompson
2015-02-10
1
-1
/
+1
*
[clang-tidy] Checker for inaccurate use of erase() method.
Gabor Horvath
2015-02-10
5
-0
/
+171
*
Verify assign operator signatures.
Samuel Benzaquen
2015-02-09
5
-0
/
+158
*
[clang-tidy] Checker for inefficient use of algorithms on associative containers
Gabor Horvath
2015-02-07
5
-0
/
+240
*
[clang-tidy] Don't ignore default set of checks when a config file is found.
Alexander Kornienko
2015-02-05
2
-8
/
+7
*
[clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.
Alexander Kornienko
2015-02-05
2
-12
/
+48
[next]