summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/change-namespace/ChangeNamespace.h
Commit message (Expand)AuthorAgeFilesLines
* Rename directory housing clang-change-namespace to be eponymousNico Weber2019-03-151-175/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [change-namepsace] make it possible to whitelist symbols so they don't get up...Eric Liu2017-02-241-0/+4
* [change-namespace] consider namespace aliases to shorten qualified names.Eric Liu2016-12-231-0/+3
* [change-namespace] do not fix calls to overloaded operator functions.Eric Liu2016-12-201-0/+4
* [change-namespace] always add a '::' prefix when a symbol reference needs to ...Eric Liu2016-12-071-1/+4
* [change-namespace] move template class forward-declarations and don't move fw...Eric Liu2016-12-071-1/+1
* [change-namespace] don't generate replacements for files that don't match fil...Eric Liu2016-12-011-0/+2
* [change-namespace] fix non-calling function references.Eric Liu2016-11-291-0/+4
* [change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu2016-11-161-0/+3
* [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...Eric Liu2016-11-081-2/+8
* [change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...Eric Liu2016-09-211-0/+3
* Trying to fix name conflict in change-namespace tool.Eric Liu2016-09-191-2/+2
* A clang tool for changing surrouding namespaces of class/function definitions.Eric Liu2016-09-191-0/+144
OpenPOWER on IntegriCloud