aboutsummaryrefslogtreecommitdiff
path: root/clang-move
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16Fix build breakage from llvm r351317Pavel Labath
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-10-11[clang-move] Remove clang:: qualifierFangrui Song
2018-10-09[clang-move] Fix broken json output.Eric Liu
2018-10-08[clang-move] Dump whether a declaration is templated.Eric Liu
2018-08-31[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...Argyrios Kyrtzidis
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-02Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-05-17Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu
2018-05-17Attempt to fix clang-move tests broken by r332590 on windowsEric Liu
2018-05-16[clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu
2018-05-15[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-04-30Fix up after clang r331155.Richard Smith
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2018-02-12[clang-move] Fix the incorrect expansion end location.Haojian Wu
2018-02-09[clang-move] Don't dump macro symbols.Haojian Wu
2018-01-31[clang-move] Clever on handling header file which includes itself.Haojian Wu
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-05-02[clang-move] Find template class forward declarations more precisely.Haojian Wu
2017-04-14[clang-move] Create ClangMoveActionFactory on stackAlexander Shaposhnikov
2017-02-27[clang-move] Extend clang-move to support moving global variable.Haojian Wu
2017-01-17Remove dead code.Haojian Wu
2017-01-17[clang-move] Handle helpers with forward declarations.Haojian Wu
2017-01-17[clang-move] Ignore using decls which are defined in macros.Haojian Wu
2017-01-17Update tools to use new getStyle APIAntonio Maiorano
2017-01-16[clang-move] Dump enum and type alias declarations.Haojian Wu
2017-01-04[clang-move] Support moving type alias declarations.Haojian Wu
2017-01-03[clang-move] Support moving enum declarations.Haojian Wu
2017-01-03[clang-move] Only move used helper declarations.Haojian Wu
2016-12-13[clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu
2016-12-12[clang-move] Fix buildbot failuresAlexander Shaposhnikov
2016-12-12[clang-move] Use appendArgumentsAdjuster for adding extra argumentsAlexander Shaposhnikov
2016-12-06[clang-move] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu
2016-12-03[clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu
2016-12-02[clang-move] some tweaks.Haojian Wu
2016-11-24[clang-move] Enable dump all declarations in old header.Haojian Wu
2016-11-23[clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu
2016-11-18[clang-move] Fix not moving using-decls in global namespace in old.ccHaojian Wu
2016-11-16[clang-move] Support moving function.Haojian Wu
2016-11-15[clang-move] Make the output code look more pretty.Haojian Wu
2016-11-14[clang-move] Fix an incorrect range for the functions whose returned value is...Haojian Wu
2016-11-14[clang-move] Abstract a ClassMather for matching class declarations.Haojian Wu
2016-11-10Fix -Wdocumentation warningSimon Pilgrim