summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/change-namespace/ChangeNamespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* [change-namespace] add an option to dump changed files in YAML.Eric Liu2017-02-131-1/+1
* [change-namespace] trying to fix build bot failure caused by r293909.Eric Liu2017-02-021-0/+2
* [change-namespace] fix unscoped enum constant references.Eric Liu2017-02-021-0/+30
* [change-namespace] check using shadow decl correctly when shortening namespac...Eric Liu2017-02-021-1/+2
* [change-namespace] correctly shorten namespace when references have leading '::'Eric Liu2017-01-261-4/+2
* [change-namespace] add leading '::' to references in new namespace when name ...Eric Liu2017-01-261-7/+37
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-3/+6
* [change-namespace] get newlines around moved namespace right.Eric Liu2017-01-041-15/+12
* [change-namespace] consider namespace aliases to shorten qualified names.Eric Liu2016-12-231-0/+41
* [change-namespace] do not fix calls to overloaded operator functions.Eric Liu2016-12-201-0/+13
* [change-namespace] fix a case references to templated using alias are qualifi...Eric Liu2016-12-151-4/+6
* [change-namespace] handling templated type aliases correctly.Eric Liu2016-12-151-16/+32
* [change-namespace] don't crash when type reference is in function type parame...Eric Liu2016-12-141-14/+28
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [change-namespace] always add a '::' prefix when a symbol reference needs to ...Eric Liu2016-12-071-0/+4
* [change-namespace] don't fix using shadow decls in classes.Eric Liu2016-12-071-10/+24
* [change-namespace] move template class forward-declarations and don't move fw...Eric Liu2016-12-071-6/+18
* [change-namespace] get changing namespace to global correct.Eric Liu2016-12-051-2/+5
* [change-namespace] don't generate replacements for files that don't match fil...Eric Liu2016-12-011-6/+11
* [change-namespace] fix non-calling function references.Eric Liu2016-11-291-15/+32
* [change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu2016-11-161-5/+33
* [change-namespace] consider typedef/using alias decls in the moved namespace.Eric Liu2016-11-141-1/+20
* Handle adding new nested namespace in old namespace.Eric Liu2016-11-101-11/+18
* [change-namespace] dyn_cast -> cast.Eric Liu2016-11-101-3/+3
* [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...Eric Liu2016-11-081-32/+111
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+6
* [change-namespace] fix namespace specifiers of template arguments.Eric Liu2016-10-311-4/+6
* [change-namespace] don't miss comments in the beginning of a namespace block.Eric Liu2016-10-121-13/+41
* [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.Eric Liu2016-10-051-10/+13
* [change-namespace] Fix a misplaced case when there is no trailing newline cha...Haojian Wu2016-10-041-2/+3
* [change-namespace] fix namespace specifier of global variables.Eric Liu2016-09-301-3/+20
* Workaround ASTMatcher crashes. Added some more test cases.Eric Liu2016-09-271-10/+17
* [change-namespace] fix qualifier of function references.Eric Liu2016-09-221-4/+34
* [change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...Eric Liu2016-09-211-4/+40
* Trying to fix name conflict in change-namespace tool.Eric Liu2016-09-191-4/+4
* A clang tool for changing surrouding namespaces of class/function definitions.Eric Liu2016-09-191-0/+509
OpenPOWER on IntegriCloud