summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-1/+1
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-2/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-7/+7
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-012-7/+7
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+1
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-1/+1
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-226-8/+8
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Fix build breakage from llvm r351317Pavel Labath2019-01-161-4/+1
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-122-0/+2
* [clang-move] Remove clang:: qualifierFangrui Song2018-10-111-69/+54
* [clang-move] Fix broken json output.Eric Liu2018-10-091-3/+4
* [clang-move] Dump whether a declaration is templated.Eric Liu2018-10-083-19/+29
* [clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...Argyrios Kyrtzidis2018-08-311-1/+2
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-021-1/+2
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-0/+2
* Attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-8/+10
* [clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu2018-05-161-5/+9
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-152-15/+15
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* Fix up after clang r331155.Richard Smith2018-04-301-1/+4
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2
* [clang-move] Fix the incorrect expansion end location.Haojian Wu2018-02-121-1/+1
* [clang-move] Don't dump macro symbols.Haojian Wu2018-02-091-4/+4
* [clang-move] Clever on handling header file which includes itself.Haojian Wu2018-01-312-15/+30
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [clang-move] Find template class forward declarations more precisely.Haojian Wu2017-05-021-6/+8
* [clang-move] Create ClangMoveActionFactory on stackAlexander Shaposhnikov2017-04-141-4/+3
* [clang-move] Extend clang-move to support moving global variable.Haojian Wu2017-02-271-1/+25
* Remove dead code.Haojian Wu2017-01-171-3/+0
* [clang-move] Handle helpers with forward declarations.Haojian Wu2017-01-172-13/+34
* [clang-move] Ignore using decls which are defined in macros.Haojian Wu2017-01-171-9/+13
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-3/+6
* [clang-move] Dump enum and type alias declarations.Haojian Wu2017-01-161-0/+6
* [clang-move] Support moving type alias declarations.Haojian Wu2017-01-041-1/+34
* [clang-move] Support moving enum declarations.Haojian Wu2017-01-031-14/+40
* [clang-move] Only move used helper declarations.Haojian Wu2017-01-035-36/+360
* [clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu2016-12-131-2/+3
OpenPOWER on IntegriCloud