git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[clang-tidy] Fix ParentVirtualCallCheck for old MSVS compilers
[lldb.git]
/
clang-tools-extra
/
clang-move
/
2018-02-27
Roman Lebedev
Revert "[Tooling] [1/1] Refactor FrontendActionFactory...
tree
|
commitdiff
2018-02-27
Roman Lebedev
[Tooling] [1/1] Refactor FrontendActionFactory::create...
tree
|
commitdiff
2018-02-12
Haojian Wu
[clang-move] Fix the incorrect expansion end location.
tree
|
commitdiff
2018-02-09
Haojian Wu
[clang-move] Don't dump macro symbols.
tree
|
commitdiff
2018-01-31
Haojian Wu
[clang-move] Clever on handling header file which inclu...
tree
|
commitdiff
2017-12-05
Shoaib Meenai
[CMake] Use PRIVATE in target_link_libraries for execut...
tree
|
commitdiff
2017-05-02
Haojian Wu
[clang-move] Find template class forward declarations...
tree
|
commitdiff
2017-04-14
Alexander Shaposhnikov
[clang-move] Create ClangMoveActionFactory on stack
tree
|
commitdiff
2017-02-27
Haojian Wu
[clang-move] Extend clang-move to support moving global...
tree
|
commitdiff
2017-01-17
Haojian Wu
Remove dead code.
tree
|
commitdiff
2017-01-17
Haojian Wu
[clang-move] Handle helpers with forward declarations.
tree
|
commitdiff
2017-01-17
Haojian Wu
[clang-move] Ignore using decls which are defined in...
tree
|
commitdiff
2017-01-17
Antonio Maiorano
Update tools to use new getStyle API
tree
|
commitdiff
2017-01-16
Haojian Wu
[clang-move] Dump enum and type alias declarations.
tree
|
commitdiff
2017-01-04
Haojian Wu
[clang-move] Support moving type alias declarations.
tree
|
commitdiff
2017-01-03
Haojian Wu
[clang-move] Support moving enum declarations.
tree
|
commitdiff
2017-01-03
Haojian Wu
[clang-move] Only move used helper declarations.
tree
|
commitdiff
2016-12-13
Haojian Wu
[clang-move] Fix incorrect EndLoc for declarations...
tree
|
commitdiff
2016-12-12
Alexander Shaposhnikov
[clang-move] Fix buildbot failures
tree
|
commitdiff
2016-12-12
Alexander Shaposhnikov
[clang-move] Use appendArgumentsAdjuster for adding...
tree
|
commitdiff
2016-12-06
Eric Liu
[clang-move] ignore unsupported symbol kinds when check...
tree
|
commitdiff
2016-12-03
Eric Liu
[clang-move] don't miss ',' in json output when there...
tree
|
commitdiff
2016-12-02
Haojian Wu
[clang-move] some tweaks.
tree
|
commitdiff
2016-11-24
Haojian Wu
[clang-move] Enable dump all declarations in old header.
tree
|
commitdiff
2016-11-23
Haojian Wu
[clang-move] Add some options allowing to add old/new...
tree
|
commitdiff
2016-11-18
Haojian Wu
[clang-move] Fix not moving using-decls in global names...
tree
|
commitdiff
2016-11-16
Haojian Wu
[clang-move] Support moving function.
tree
|
commitdiff
2016-11-15
Haojian Wu
[clang-move] Make the output code look more pretty.
tree
|
commitdiff
2016-11-14
Haojian Wu
[clang-move] Fix an incorrect range for the functions...
tree
|
commitdiff
2016-11-14
Haojian Wu
[clang-move] Abstract a ClassMather for matching class...
tree
|
commitdiff
2016-11-10
Simon Pilgrim
Fix -Wdocumentation warning
tree
|
commitdiff
2016-11-10
Haojian Wu
[clang-move] Support template class.
tree
|
commitdiff
2016-11-08
Haojian Wu
[clang-move] Move all code from old.h/cc directly when...
tree
|
commitdiff
2016-11-08
Mandeep Singh Grang
[clang-tools-extra] Format sources with clang-format...
tree
|
commitdiff
2016-10-21
Haojian Wu
[clang-move] Support moving template class forward...
tree
|
commitdiff
2016-10-19
Haojian Wu
[clang-move] Move using-decl in old cc.
tree
|
commitdiff
2016-10-17
Haojian Wu
[clang-move] Fix generating illegal header guard.
tree
|
commitdiff
2016-10-14
Alexander Shaposhnikov
[clang-move] Use cl::list for the list of names
tree
|
commitdiff
2016-10-14
Haojian Wu
[clang-move] Don't overuse Replacements::add.
tree
|
commitdiff
2016-10-14
Haojian Wu
[clang-move] Add header guard for the new header.
tree
|
commitdiff
2016-10-14
Haojian Wu
[clang-move] Matching static class member more correctly.
tree
|
commitdiff
2016-10-13
Eric Liu
[clang-move] error out when fail to create new files.
tree
|
commitdiff
2016-10-13
Eric Liu
Print stack trace for clang-move tool.
tree
|
commitdiff
2016-10-13
Haojian Wu
[clang-move] Better support enclosing class.
tree
|
commitdiff
2016-10-13
Haojian Wu
Recommit r283538 "[clang-move] Support moving multiple...
tree
|
commitdiff
2016-10-12
Haojian Wu
[clang-move] Compare with real paths of symlinks
tree
|
commitdiff
2016-10-07
Renato Golin
Revert "[clang-move] Support moving multiple classes...
tree
|
commitdiff
2016-10-07
Haojian Wu
[clang-move] Support moving multiple classes in one...
tree
|
commitdiff
2016-10-06
Haojian Wu
[clang-move] Move comments which are associated with...
tree
|
commitdiff
2016-10-06
Haojian Wu
[clang-move] Cleanup around replacements.
tree
|
commitdiff
2016-10-04
Haojian Wu
Fix a documentation warning.
tree
|
commitdiff
2016-10-04
Haojian Wu
Fix windows builtbot error.
tree
|
commitdiff
2016-10-04
Haojian Wu
[clang-move] Make it support both relative and absolute...
tree
|
commitdiff
2016-09-27
Haojian Wu
[clang-move] Use isStaticStorageClass matcher.
tree
|
commitdiff
2016-09-23
Haojian Wu
[clang-move] The new.cc file should include new_header...
tree
|
commitdiff
2016-09-21
Haojian Wu
[clang-move] A prototype tool for moving class definiti...
tree
|
commitdiff