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-move
/
ClangMove.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code.
Haojian Wu
2017-01-17
1
-3
/
+0
*
[clang-move] Handle helpers with forward declarations.
Haojian Wu
2017-01-17
1
-10
/
+22
*
[clang-move] Ignore using decls which are defined in macros.
Haojian Wu
2017-01-17
1
-9
/
+13
*
Update tools to use new getStyle API
Antonio Maiorano
2017-01-17
1
-3
/
+6
*
[clang-move] Dump enum and type alias declarations.
Haojian Wu
2017-01-16
1
-0
/
+6
*
[clang-move] Support moving type alias declarations.
Haojian Wu
2017-01-04
1
-1
/
+34
*
[clang-move] Support moving enum declarations.
Haojian Wu
2017-01-03
1
-14
/
+40
*
[clang-move] Only move used helper declarations.
Haojian Wu
2017-01-03
1
-29
/
+108
*
[clang-move] Fix incorrect EndLoc for declarations in macros.
Haojian Wu
2016-12-13
1
-2
/
+3
*
[clang-move] ignore unsupported symbol kinds when checking if all symbols are...
Eric Liu
2016-12-06
1
-1
/
+18
*
[clang-move] some tweaks.
Haojian Wu
2016-12-02
1
-54
/
+55
*
[clang-move] Enable dump all declarations in old header.
Haojian Wu
2016-11-24
1
-59
/
+82
*
[clang-move] Add some options allowing to add old/new.h to new/old.h respecti...
Haojian Wu
2016-11-23
1
-12
/
+44
*
[clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu
2016-11-18
1
-9
/
+12
*
[clang-move] Support moving function.
Haojian Wu
2016-11-16
1
-11
/
+38
*
[clang-move] Make the output code look more pretty.
Haojian Wu
2016-11-15
1
-2
/
+25
*
[clang-move] Fix an incorrect range for the functions whose returned value is...
Haojian Wu
2016-11-14
1
-2
/
+2
*
[clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu
2016-11-14
1
-50
/
+83
*
[clang-move] Support template class.
Haojian Wu
2016-11-10
1
-11
/
+21
*
[clang-move] Move all code from old.h/cc directly when moving all class decla...
Haojian Wu
2016-11-08
1
-19
/
+84
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-40
/
+35
*
[clang-move] Support moving template class forward declarations.
Haojian Wu
2016-10-21
1
-2
/
+7
*
[clang-move] Move using-decl in old cc.
Haojian Wu
2016-10-19
1
-14
/
+27
*
[clang-move] Fix generating illegal header guard.
Haojian Wu
2016-10-17
1
-4
/
+4
*
[clang-move] Use cl::list for the list of names
Alexander Shaposhnikov
2016-10-14
1
-3
/
+1
*
[clang-move] Don't overuse Replacements::add.
Haojian Wu
2016-10-14
1
-58
/
+20
*
[clang-move] Add header guard for the new header.
Haojian Wu
2016-10-14
1
-2
/
+22
*
[clang-move] Matching static class member more correctly.
Haojian Wu
2016-10-14
1
-1
/
+7
*
[clang-move] Better support enclosing class.
Haojian Wu
2016-10-13
1
-6
/
+32
*
Recommit r283538 "[clang-move] Support moving multiple classes in one run."
Haojian Wu
2016-10-13
1
-5
/
+17
*
[clang-move] Compare with real paths of symlinks
Haojian Wu
2016-10-12
1
-9
/
+22
*
Revert "[clang-move] Support moving multiple classes in one run."
Renato Golin
2016-10-07
1
-17
/
+5
*
[clang-move] Support moving multiple classes in one run.
Haojian Wu
2016-10-07
1
-5
/
+17
*
[clang-move] Move comments which are associated with the moved class.
Haojian Wu
2016-10-06
1
-26
/
+67
*
[clang-move] Cleanup around replacements.
Haojian Wu
2016-10-06
1
-8
/
+23
*
Fix windows builtbot error.
Haojian Wu
2016-10-04
1
-0
/
+2
*
[clang-move] Make it support both relative and absolute file path arguments.
Haojian Wu
2016-10-04
1
-19
/
+83
*
[clang-move] Use isStaticStorageClass matcher.
Haojian Wu
2016-09-27
1
-9
/
+3
*
[clang-move] The new.cc file should include new_header.h instead of old_header.h
Haojian Wu
2016-09-23
1
-13
/
+18
*
[clang-move] A prototype tool for moving class definition to new file.
Haojian Wu
2016-09-21
1
-0
/
+339