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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename directory housing clang-change-namespace to be eponymous
Nico Weber
2019-03-15
1
-175
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[change-namepsace] make it possible to whitelist symbols so they don't get up...
Eric Liu
2017-02-24
1
-0
/
+4
*
[change-namespace] consider namespace aliases to shorten qualified names.
Eric Liu
2016-12-23
1
-0
/
+3
*
[change-namespace] do not fix calls to overloaded operator functions.
Eric Liu
2016-12-20
1
-0
/
+4
*
[change-namespace] always add a '::' prefix when a symbol reference needs to ...
Eric Liu
2016-12-07
1
-1
/
+4
*
[change-namespace] move template class forward-declarations and don't move fw...
Eric Liu
2016-12-07
1
-1
/
+1
*
[change-namespace] don't generate replacements for files that don't match fil...
Eric Liu
2016-12-01
1
-0
/
+2
*
[change-namespace] fix non-calling function references.
Eric Liu
2016-11-29
1
-0
/
+4
*
[change-namespace] handle constructor initializer: Derived : Base::Base() {} ...
Eric Liu
2016-11-16
1
-0
/
+3
*
[change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...
Eric Liu
2016-11-08
1
-2
/
+8
*
[change-namespace] fix name qualifiers in UsingShadowDecl and NestedNameSpeci...
Eric Liu
2016-09-21
1
-0
/
+3
*
Trying to fix name conflict in change-namespace tool.
Eric Liu
2016-09-19
1
-2
/
+2
*
A clang tool for changing surrouding namespaces of class/function definitions.
Eric Liu
2016-09-19
1
-0
/
+144