summaryrefslogtreecommitdiffstats
path: root/unittests/change-namespace
Commit message (Expand)AuthorAgeFilesLines
* [change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu2017-12-081-0/+54
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [change-namespace] do not change type locs in defaulted functions.Eric Liu2017-10-161-0/+62
* [change-namespace] avoid adding leading '::' when possible.Eric Liu2017-03-211-45/+86
* [change-namespace] do not rename specialized template parameters.Eric Liu2017-03-171-0/+46
* [change-namespace] get insertion points of forward declarations correct.Eric Liu2017-03-011-0/+30
* [change-namepsace] make it possible to whitelist symbols so they don't get up...Eric Liu2017-02-241-1/+2
* [change-namespace] fix unscoped enum constant references.Eric Liu2017-02-021-0/+201
* [change-namespace] check using shadow decl correctly when shortening namespac...Eric Liu2017-02-021-1/+69
* [change-namespace] correctly shorten namespace when references have leading '::'Eric Liu2017-01-261-0/+39
* [change-namespace] add leading '::' to references in new namespace when name ...Eric Liu2017-01-261-0/+68
* [change-namespace] get newlines around moved namespace right.Eric Liu2017-01-041-3/+42
* [change-namespace] consider namespace aliases to shorten qualified names.Eric Liu2016-12-231-0/+108
* [change-namespace] do not fix calls to overloaded operator functions.Eric Liu2016-12-201-0/+41
* [change-namespace] fix a case references to templated using alias are qualifi...Eric Liu2016-12-151-0/+12
* [change-namespace] handling templated type aliases correctly.Eric Liu2016-12-151-0/+82
* [change-namespace] always add a '::' prefix when a symbol reference needs to ...Eric Liu2016-12-071-30/+113
* [change-namespace] don't fix using shadow decls in classes.Eric Liu2016-12-071-0/+30
* [change-namespace] move template class forward-declarations and don't move fw...Eric Liu2016-12-071-0/+54
* [change-namespace] get changing namespace to global correct.Eric Liu2016-12-051-0/+36
* [change-namespace] fix non-calling function references.Eric Liu2016-11-291-0/+34
* [change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu2016-11-161-19/+94
* [change-namespace] consider typedef/using alias decls in the moved namespace.Eric Liu2016-11-141-6/+70
* Handle adding new nested namespace in old namespace.Eric Liu2016-11-101-0/+42
* [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...Eric Liu2016-11-081-83/+357
* [change-namespace] fix namespace specifiers of template arguments.Eric Liu2016-10-311-0/+41
* [change-namespace] don't miss comments in the beginning of a namespace block.Eric Liu2016-10-121-0/+32
* [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.Eric Liu2016-10-051-0/+18
* [change-namespace] Fix a misplaced case when there is no trailing newline cha...Haojian Wu2016-10-041-0/+21
* [change-namespace] fix namespace specifier of global variables.Eric Liu2016-09-301-0/+66
* Workaround ASTMatcher crashes. Added some more test cases.Eric Liu2016-09-271-2/+98
* [change-namespace] fix qualifier of function references.Eric Liu2016-09-221-0/+37
* [change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...Eric Liu2016-09-211-0/+85
* A clang tool for changing surrouding namespaces of class/function definitions.Eric Liu2016-09-192-0/+262