summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move/ClangMove.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-221-937/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix build breakage from llvm r351317Pavel Labath2019-01-161-4/+1
* [clang-move] Remove clang:: qualifierFangrui Song2018-10-111-69/+54
* [clang-move] Dump whether a declaration is templated.Eric Liu2018-10-081-7/+7
* [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
* 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-151-9/+9
* 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
* [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-311-14/+25
* [clang-move] Find template class forward declarations more precisely.Haojian Wu2017-05-021-6/+8
* [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-171-10/+22
* [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-031-29/+108
* [clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu2016-12-131-2/+3
* [clang-move] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu2016-12-061-1/+18
* [clang-move] some tweaks.Haojian Wu2016-12-021-54/+55
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-241-59/+82
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-231-12/+44
* [clang-move] Fix not moving using-decls in global namespace in old.ccHaojian Wu2016-11-181-9/+12
* [clang-move] Support moving function.Haojian Wu2016-11-161-11/+38
* [clang-move] Make the output code look more pretty.Haojian Wu2016-11-151-2/+25
* [clang-move] Fix an incorrect range for the functions whose returned value is...Haojian Wu2016-11-141-2/+2
* [clang-move] Abstract a ClassMather for matching class declarations.Haojian Wu2016-11-141-50/+83
* [clang-move] Support template class.Haojian Wu2016-11-101-11/+21
* [clang-move] Move all code from old.h/cc directly when moving all class decla...Haojian Wu2016-11-081-19/+84
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-40/+35
* [clang-move] Support moving template class forward declarations.Haojian Wu2016-10-211-2/+7
* [clang-move] Move using-decl in old cc.Haojian Wu2016-10-191-14/+27
* [clang-move] Fix generating illegal header guard.Haojian Wu2016-10-171-4/+4
* [clang-move] Use cl::list for the list of namesAlexander Shaposhnikov2016-10-141-3/+1
* [clang-move] Don't overuse Replacements::add.Haojian Wu2016-10-141-58/+20
* [clang-move] Add header guard for the new header.Haojian Wu2016-10-141-2/+22
* [clang-move] Matching static class member more correctly.Haojian Wu2016-10-141-1/+7
OpenPOWER on IntegriCloud