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
- Build Status
Buildable 1205 Build 1205: arc lint + arc unit
Event Timeline
Comment Actions
looks good.
unittests/change-namespace/ChangeNamespaceTests.cpp | ||
---|---|---|
829–830 | Any reason to change the existing test case? |
unittests/change-namespace/ChangeNamespaceTests.cpp | ||
---|---|---|
829–830 | 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. |
Any reason to change the existing test case?