aboutsummaryrefslogtreecommitdiff
path: root/clang-move
AgeCommit message (Expand)Author
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins
2019-03-26Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith
2019-03-25Rename directory housing clang-include-fixer to be eponymousNico Weber
2019-03-22Make clang-move use same file naming convention as other toolsNico Weber
2019-03-01Fix file headers. NFCFangrui Song
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