summaryrefslogtreecommitdiffstats
path: root/change-namespace
Commit message (Expand)AuthorAgeFilesLines
* [change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu2017-12-081-0/+4
* [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-1/+3
* [change-namespace] avoid adding leading '::' when possible.Eric Liu2017-03-211-17/+38
* [change-namespace] do not rename specialized template parameters.Eric Liu2017-03-171-0/+11
* [change-namespace] get insertion points of forward declarations correct.Eric Liu2017-03-011-9/+9
* [change-namespace] trying to fix windows buildbot failure.Eric Liu2017-02-281-2/+5
* [change-namespace] fix asan failure in r296110.Eric Liu2017-02-241-8/+9
* [change-namepsace] make it possible to whitelist symbols so they don't get up...Eric Liu2017-02-243-1/+39
* [change-namespace] add an option to dump changed files in YAML.Eric Liu2017-02-132-3/+36
* [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-232-0/+44
* [change-namespace] do not fix calls to overloaded operator functions.Eric Liu2016-12-202-0/+17
* [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-072-1/+8
* [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-072-7/+19
* [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-012-6/+13
* [change-namespace] fix non-calling function references.Eric Liu2016-11-292-15/+36
* [change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu2016-11-162-5/+36
* [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-082-34/+119
* [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
* Print stack trace for clang-change-namespace tool.Eric Liu2016-10-131-0/+2
* [change-namespace] don't miss comments in the beginning of a namespace block.Eric Liu2016-10-121-13/+41
* [change-namespace] Pass Style to ChangeNamespaceTool.Haojian Wu2016-10-051-1/+1
* [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-212-4/+43
* clang-change-namespace: Update libdeps.NAKAMURA Takumi2016-09-201-0/+5
* Add missing dependency to change-namespace.Eric Liu2016-09-192-0/+2
* Trying to fix name conflict in change-namespace tool.Eric Liu2016-09-192-6/+6
* A clang tool for changing surrouding namespaces of class/function definitions.Eric Liu2016-09-195-0/+800