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
*
[clang-move] don't miss ',' in json output when there are duplicate elements.
Eric Liu
2016-12-03
1
-10
/
+8
*
[clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...
Felix Berger
2016-12-02
2
-1
/
+20
*
[clang-move] some tweaks.
Haojian Wu
2016-12-02
2
-71
/
+61
*
Fix a buildbot failure in include-fixer.
Eric Liu
2016-12-02
1
-7
/
+4
*
Add a blank line to make sphinx happy.
Malcolm Parsons
2016-12-01
1
-0
/
+1
*
[change-namespace] don't generate replacements for files that don't match fil...
Eric Liu
2016-12-01
3
-6
/
+42
*
[clang-tidy] Rename modernize-use-default to modernize-use-equals-default
Malcolm Parsons
2016-12-01
12
-47
/
+65
*
[clang-tidy] Make format style customizable
Jonas Devlieghere
2016-11-30
4
-12
/
+24
*
[include-fixer] Don't skip repeated lookups in plugin mode.
Benjamin Kramer
2016-11-30
2
-2
/
+9
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-29
6
-19
/
+77
*
[include-fixer] Don't eat one token too many when replacing a block of includes.
Benjamin Kramer
2016-11-29
2
-3
/
+4
*
[change-namespace] fix non-calling function references.
Eric Liu
2016-11-29
3
-15
/
+70
*
[include-fixer] Don't interfere with typo correction if we found nothing.
Benjamin Kramer
2016-11-28
2
-6
/
+6
*
ClangMoveTests.cpp: Fix a bogus comparison of iterator.
NAKAMURA Takumi
2016-11-28
1
-1
/
+2
*
[clang-move] Enable dump all declarations in old header.
Haojian Wu
2016-11-24
4
-135
/
+279
*
[clang-rename] Add test case for r287758.
Benjamin Kramer
2016-11-23
1
-0
/
+9
*
[clang-rename] Fix non-functional offset check.
Benjamin Kramer
2016-11-23
1
-7
/
+6
*
[clang-move] Add some options allowing to add old/new.h to new/old.h respecti...
Haojian Wu
2016-11-23
4
-13
/
+129
*
[clang-rename] Prune away AST nodes more correctly and effectively when looki...
Benjamin Kramer
2016-11-22
2
-11
/
+15
*
clang-tidy: improve my test for readability-redundant-declaration
Daniel Marjamaki
2016-11-21
1
-2
/
+2
*
clang-tidy: Attempt to fix build bot failure with mismatching size_t platform...
Daniel Marjamaki
2016-11-21
1
-1
/
+1
*
[include-fixer plugin] Make the plugin emit proper fixits in case multiple er...
Benjamin Kramer
2016-11-21
3
-17
/
+42
*
readability-redundant-declaration: Fix crash
Daniel Marjamaki
2016-11-21
2
-0
/
+9
*
[clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu
2016-11-18
3
-11
/
+27
*
[include-fixer] Add a test for the full round trip through libclang and the p...
Benjamin Kramer
2016-11-17
1
-0
/
+10
*
[include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer
2016-11-17
5
-245
/
+451
*
[docs] Remove doubled spaces
Malcolm Parsons
2016-11-17
15
-57
/
+57
*
[clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Malcolm Parsons
2016-11-17
2
-0
/
+27
*
[clang-tidy] Changes to modernize-use-default check
Malcolm Parsons
2016-11-17
3
-24
/
+71
*
[clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier
2016-11-16
2
-0
/
+42
*
[change-namespace] handle constructor initializer: Derived : Base::Base() {} ...
Eric Liu
2016-11-16
4
-24
/
+152
*
[clang-tidy] New check to prefer transparent functors to non-transparent ones.
Gabor Horvath
2016-11-16
8
-0
/
+324
*
[clang-move] Support moving function.
Haojian Wu
2016-11-16
4
-11
/
+124
*
[clang-tidy] Handle template instantiations in modenize-use-default check
Malcolm Parsons
2016-11-16
2
-0
/
+21
*
[clang-tidy] Change readability-redundant-member-init to get base type from c...
Malcolm Parsons
2016-11-15
2
-1
/
+19
*
[clang-move] Make the output code look more pretty.
Haojian Wu
2016-11-15
2
-8
/
+95
*
[change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu
2016-11-14
2
-7
/
+90
*
[clang-move] Fix an incorrect range for the functions whose returned value is...
Haojian Wu
2016-11-14
2
-2
/
+20
*
[clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu
2016-11-14
2
-50
/
+95
*
Handle adding new nested namespace in old namespace.
Eric Liu
2016-11-10
2
-11
/
+60
*
[change-namespace] dyn_cast -> cast.
Eric Liu
2016-11-10
1
-3
/
+3
*
[clang-tidy] Add modernize-use-equals-delete check
Malcolm Parsons
2016-11-10
9
-2
/
+289
*
[clang-tidy] Add missing meta refresh for cert-msc30-c doc. NFC
Malcolm Parsons
2016-11-10
1
-0
/
+2
*
Fix -Wdocumentation warning
Simon Pilgrim
2016-11-10
1
-1
/
+1
*
[clang-move] Support template class.
Haojian Wu
2016-11-10
4
-11
/
+150
*
[clang-tidy] Do not issue fix for functions that are referenced outside of ca...
Felix Berger
2016-11-10
2
-3
/
+33
*
[clang-tidy docs] Minor formatting changes.
Alexander Kornienko
2016-11-09
1
-12
/
+13
*
[clang-tidy docs] Recommend using add_new_check.py more
Alexander Kornienko
2016-11-09
1
-34
/
+48
*
Fix grammar
Philipp Stephani
2016-11-09
1
-2
/
+2
*
[change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...
Eric Liu
2016-11-08
3
-117
/
+476
[next]