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
/
unittests
/
change-namespace
/
ChangeNamespaceTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename directory housing clang-change-namespace to be eponymous
Nico Weber
2019-03-15
1
-2281
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[change-namespace] Enhance detection of conflicting namespaces.
Eric Liu
2018-10-22
1
-0
/
+33
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-1
/
+1
*
[change-namespace] Don't match a function call/ref multiple times.
Eric Liu
2018-03-15
1
-2
/
+38
*
Update test after r321312
Paul Robinson
2017-12-21
1
-3
/
+2
*
[change-namespace] Fix crash when injected base-class name is used in friend ...
Eric Liu
2017-12-08
1
-0
/
+54
*
[change-namespace] do not change type locs in defaulted functions.
Eric Liu
2017-10-16
1
-0
/
+62
*
[change-namespace] avoid adding leading '::' when possible.
Eric Liu
2017-03-21
1
-45
/
+86
*
[change-namespace] do not rename specialized template parameters.
Eric Liu
2017-03-17
1
-0
/
+46
*
[change-namespace] get insertion points of forward declarations correct.
Eric Liu
2017-03-01
1
-0
/
+30
*
[change-namepsace] make it possible to whitelist symbols so they don't get up...
Eric Liu
2017-02-24
1
-1
/
+2
*
[change-namespace] fix unscoped enum constant references.
Eric Liu
2017-02-02
1
-0
/
+201
*
[change-namespace] check using shadow decl correctly when shortening namespac...
Eric Liu
2017-02-02
1
-1
/
+69
*
[change-namespace] correctly shorten namespace when references have leading '::'
Eric Liu
2017-01-26
1
-0
/
+39
*
[change-namespace] add leading '::' to references in new namespace when name ...
Eric Liu
2017-01-26
1
-0
/
+68
*
[change-namespace] get newlines around moved namespace right.
Eric Liu
2017-01-04
1
-3
/
+42
*
[change-namespace] consider namespace aliases to shorten qualified names.
Eric Liu
2016-12-23
1
-0
/
+108
*
[change-namespace] do not fix calls to overloaded operator functions.
Eric Liu
2016-12-20
1
-0
/
+41
*
[change-namespace] fix a case references to templated using alias are qualifi...
Eric Liu
2016-12-15
1
-0
/
+12
*
[change-namespace] handling templated type aliases correctly.
Eric Liu
2016-12-15
1
-0
/
+82
*
[change-namespace] always add a '::' prefix when a symbol reference needs to ...
Eric Liu
2016-12-07
1
-30
/
+113
*
[change-namespace] don't fix using shadow decls in classes.
Eric Liu
2016-12-07
1
-0
/
+30
*
[change-namespace] move template class forward-declarations and don't move fw...
Eric Liu
2016-12-07
1
-0
/
+54
*
[change-namespace] get changing namespace to global correct.
Eric Liu
2016-12-05
1
-0
/
+36
*
[change-namespace] fix non-calling function references.
Eric Liu
2016-11-29
1
-0
/
+34
*
[change-namespace] handle constructor initializer: Derived : Base::Base() {} ...
Eric Liu
2016-11-16
1
-19
/
+94
*
[change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu
2016-11-14
1
-6
/
+70
*
Handle adding new nested namespace in old namespace.
Eric Liu
2016-11-10
1
-0
/
+42
*
[change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...
Eric Liu
2016-11-08
1
-83
/
+357
*
[change-namespace] fix namespace specifiers of template arguments.
Eric Liu
2016-10-31
1
-0
/
+41
*
[change-namespace] don't miss comments in the beginning of a namespace block.
Eric Liu
2016-10-12
1
-0
/
+32
*
[change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.
Eric Liu
2016-10-05
1
-0
/
+18
*
[change-namespace] Fix a misplaced case when there is no trailing newline cha...
Haojian Wu
2016-10-04
1
-0
/
+21
*
[change-namespace] fix namespace specifier of global variables.
Eric Liu
2016-09-30
1
-0
/
+66
*
Workaround ASTMatcher crashes. Added some more test cases.
Eric Liu
2016-09-27
1
-2
/
+98
*
[change-namespace] fix qualifier of function references.
Eric Liu
2016-09-22
1
-0
/
+37
*
[change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...
Eric Liu
2016-09-21
1
-0
/
+85
*
A clang tool for changing surrouding namespaces of class/function definitions.
Eric Liu
2016-09-19
1
-0
/
+234