Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks almost good. A few comments.
change-namespace/ChangeNamespace.cpp | ||
---|---|---|
467 ↗ | (On Diff #71983) | It is not always accurate to use the first using-decls. It's fine now since don't have better solution for this. Add a FIXME. |
unittests/change-namespace/ChangeNamespaceTests.cpp | ||
243 ↗ | (On Diff #71983) | How about the case void f2(SAME Same){}? Is it changed to ::na::nc::SAME too? Make sense to add it to the test. BTW, does the patch cover using alias ("using A = x::y::z;") case? If yes, also add to the test. |