summaryrefslogtreecommitdiffstats
path: root/change-namespace/ChangeNamespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename directory housing clang-change-namespace to be eponymousNico Weber2019-03-151-1042/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-9/+8
* [change-namespace] Enhance detection of conflicting namespaces.Eric Liu2018-10-221-11/+39
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-6/+6
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-021-1/+2
* [change-namespace] Don't match a function call/ref multiple times.Eric Liu2018-03-151-7/+7
* [change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu2017-12-081-0/+4
* [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-namepsace] make it possible to whitelist symbols so they don't get up...Eric Liu2017-02-241-0/+7
* [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