summaryrefslogtreecommitdiff
path: root/clang-tools-extra/change-namespace
AgeCommit message (Expand)Author
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-10-22[change-namespace] Enhance detection of conflicting namespaces.Eric Liu
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-02Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu
2018-03-15[change-namespace] Don't match a function call/ref multiple times.Eric Liu
2017-12-08[change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-16[change-namespace] do not change type locs in defaulted functions.Eric Liu
2017-03-21[change-namespace] avoid adding leading '::' when possible.Eric Liu
2017-03-17[change-namespace] do not rename specialized template parameters.Eric Liu
2017-03-01[change-namespace] get insertion points of forward declarations correct.Eric Liu
2017-02-28[change-namespace] trying to fix windows buildbot failure.Eric Liu
2017-02-24[change-namespace] fix asan failure in r296110.Eric Liu
2017-02-24[change-namepsace] make it possible to whitelist symbols so they don't get up...Eric Liu
2017-02-13[change-namespace] add an option to dump changed files in YAML.Eric Liu
2017-02-02[change-namespace] trying to fix build bot failure caused by r293909.Eric Liu
2017-02-02[change-namespace] fix unscoped enum constant references.Eric Liu
2017-02-02[change-namespace] check using shadow decl correctly when shortening namespac...Eric Liu
2017-01-26[change-namespace] correctly shorten namespace when references have leading '::'Eric Liu
2017-01-26[change-namespace] add leading '::' to references in new namespace when name ...Eric Liu
2017-01-17Update tools to use new getStyle APIAntonio Maiorano
2017-01-04[change-namespace] get newlines around moved namespace right.Eric Liu
2016-12-23[change-namespace] consider namespace aliases to shorten qualified names.Eric Liu
2016-12-20[change-namespace] do not fix calls to overloaded operator functions.Eric Liu
2016-12-15[change-namespace] fix a case references to templated using alias are qualifi...Eric Liu
2016-12-15[change-namespace] handling templated type aliases correctly.Eric Liu
2016-12-14[change-namespace] don't crash when type reference is in function type parame...Eric Liu
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-12-07[change-namespace] always add a '::' prefix when a symbol reference needs to ...Eric Liu
2016-12-07[change-namespace] don't fix using shadow decls in classes.Eric Liu
2016-12-07[change-namespace] move template class forward-declarations and don't move fw...Eric Liu
2016-12-05[change-namespace] get changing namespace to global correct.Eric Liu
2016-12-01[change-namespace] don't generate replacements for files that don't match fil...Eric Liu
2016-11-29[change-namespace] fix non-calling function references.Eric Liu
2016-11-16[change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu
2016-11-14[change-namespace] consider typedef/using alias decls in the moved namespace.Eric Liu
2016-11-10Handle adding new nested namespace in old namespace.Eric Liu
2016-11-10[change-namespace] dyn_cast -> cast.Eric Liu
2016-11-08[change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...Eric Liu
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-10-31[change-namespace] fix namespace specifiers of template arguments.Eric Liu
2016-10-13Print stack trace for clang-change-namespace tool.Eric Liu
2016-10-12[change-namespace] don't miss comments in the beginning of a namespace block.Eric Liu
2016-10-05[change-namespace] Pass Style to ChangeNamespaceTool.Haojian Wu
2016-10-05[change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.Eric Liu
2016-10-04[change-namespace] Fix a misplaced case when there is no trailing newline cha...Haojian Wu
2016-09-30[change-namespace] fix namespace specifier of global variables.Eric Liu
2016-09-27Workaround ASTMatcher crashes. Added some more test cases.Eric Liu