If a TypeLoc refers to a type alias defined in the moved namespace, we do not need to update its specifier since the type alias decl will be moved along with the type reference.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
looks good.
unittests/change-namespace/ChangeNamespaceTests.cpp | ||
---|---|---|
829 ↗ | (On Diff #77792) | Any reason to change the existing test case? |
unittests/change-namespace/ChangeNamespaceTests.cpp | ||
---|---|---|
829 ↗ | (On Diff #77792) | This was a typo that I found when manually running unit tests (instead of using check clang-tools-extra). In the old code, using na::CA; does not compile, so I figure I might just fix here as well. |