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
*
Make clang-move use same file naming convention as other tools
Nico Weber
2019-03-22
1
-937
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix build breakage from llvm r351317
Pavel Labath
2019-01-16
1
-4
/
+1
*
[clang-move] Remove clang:: qualifier
Fangrui Song
2018-10-11
1
-69
/
+54
*
[clang-move] Dump whether a declaration is templated.
Eric Liu
2018-10-08
1
-7
/
+7
*
[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...
Argyrios Kyrtzidis
2018-08-31
1
-1
/
+2
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Replace hardcoded format styles in a few tools with the default style in libF...
Eric Liu
2018-08-02
1
-1
/
+2
*
Second attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-0
/
+2
*
Attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-8
/
+10
*
[clang-move] Fix a potential bug where realpath doesn't work on VFS.
Eric Liu
2018-05-16
1
-5
/
+9
*
[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-9
/
+9
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-1
/
+2
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-2
/
+1
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-1
/
+2
*
Fix up after clang r331155.
Richard Smith
2018-04-30
1
-1
/
+4
*
[clang-move] Fix the incorrect expansion end location.
Haojian Wu
2018-02-12
1
-1
/
+1
*
[clang-move] Don't dump macro symbols.
Haojian Wu
2018-02-09
1
-4
/
+4
*
[clang-move] Clever on handling header file which includes itself.
Haojian Wu
2018-01-31
1
-14
/
+25
*
[clang-move] Find template class forward declarations more precisely.
Haojian Wu
2017-05-02
1
-6
/
+8
*
[clang-move] Extend clang-move to support moving global variable.
Haojian Wu
2017-02-27
1
-1
/
+25
*
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
[next]