index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
change-namespace
/
ChangeNamespace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[change-namespace] add an option to dump changed files in YAML.
Eric Liu
2017-02-13
1
-1
/
+1
*
[change-namespace] trying to fix build bot failure caused by r293909.
Eric Liu
2017-02-02
1
-0
/
+2
*
[change-namespace] fix unscoped enum constant references.
Eric Liu
2017-02-02
1
-0
/
+30
*
[change-namespace] check using shadow decl correctly when shortening namespac...
Eric Liu
2017-02-02
1
-1
/
+2
*
[change-namespace] correctly shorten namespace when references have leading '::'
Eric Liu
2017-01-26
1
-4
/
+2
*
[change-namespace] add leading '::' to references in new namespace when name ...
Eric Liu
2017-01-26
1
-7
/
+37
*
Update tools to use new getStyle API
Antonio Maiorano
2017-01-17
1
-3
/
+6
*
[change-namespace] get newlines around moved namespace right.
Eric Liu
2017-01-04
1
-15
/
+12
*
[change-namespace] consider namespace aliases to shorten qualified names.
Eric Liu
2016-12-23
1
-0
/
+41
*
[change-namespace] do not fix calls to overloaded operator functions.
Eric Liu
2016-12-20
1
-0
/
+13
*
[change-namespace] fix a case references to templated using alias are qualifi...
Eric Liu
2016-12-15
1
-4
/
+6
*
[change-namespace] handling templated type aliases correctly.
Eric Liu
2016-12-15
1
-16
/
+32
*
[change-namespace] don't crash when type reference is in function type parame...
Eric Liu
2016-12-14
1
-14
/
+28
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-1
/
+1
*
[change-namespace] always add a '::' prefix when a symbol reference needs to ...
Eric Liu
2016-12-07
1
-0
/
+4
*
[change-namespace] don't fix using shadow decls in classes.
Eric Liu
2016-12-07
1
-10
/
+24
*
[change-namespace] move template class forward-declarations and don't move fw...
Eric Liu
2016-12-07
1
-6
/
+18
*
[change-namespace] get changing namespace to global correct.
Eric Liu
2016-12-05
1
-2
/
+5
*
[change-namespace] don't generate replacements for files that don't match fil...
Eric Liu
2016-12-01
1
-6
/
+11
*
[change-namespace] fix non-calling function references.
Eric Liu
2016-11-29
1
-15
/
+32
*
[change-namespace] handle constructor initializer: Derived : Base::Base() {} ...
Eric Liu
2016-11-16
1
-5
/
+33
*
[change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu
2016-11-14
1
-1
/
+20
*
Handle adding new nested namespace in old namespace.
Eric Liu
2016-11-10
1
-11
/
+18
*
[change-namespace] dyn_cast -> cast.
Eric Liu
2016-11-10
1
-3
/
+3
*
[change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...
Eric Liu
2016-11-08
1
-32
/
+111
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-4
/
+6
*
[change-namespace] fix namespace specifiers of template arguments.
Eric Liu
2016-10-31
1
-4
/
+6
*
[change-namespace] don't miss comments in the beginning of a namespace block.
Eric Liu
2016-10-12
1
-13
/
+41
*
[change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu
2016-10-05
1
-10
/
+13
*
[change-namespace] Fix a misplaced case when there is no trailing newline cha...
Haojian Wu
2016-10-04
1
-2
/
+3
*
[change-namespace] fix namespace specifier of global variables.
Eric Liu
2016-09-30
1
-3
/
+20
*
Workaround ASTMatcher crashes. Added some more test cases.
Eric Liu
2016-09-27
1
-10
/
+17
*
[change-namespace] fix qualifier of function references.
Eric Liu
2016-09-22
1
-4
/
+34
*
[change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...
Eric Liu
2016-09-21
1
-4
/
+40
*
Trying to fix name conflict in change-namespace tool.
Eric Liu
2016-09-19
1
-4
/
+4
*
A clang tool for changing surrouding namespaces of class/function definitions.
Eric Liu
2016-09-19
1
-0
/
+509