Template args of outer types were not fully-qualified when calling getFullyQualifiedType() for inner types.
For simplicity the patch is a copy-paste of the same call from getFullyQualifiedType().
Paths
| Differential D103039
[AST] fully-qualify template args of outer types in getFullyQualifiedType AcceptedPublic Authored by victordk on May 24 2021, 12:04 PM.
Details
Summary Template args of outer types were not fully-qualified when calling getFullyQualifiedType() for inner types. For simplicity the patch is a copy-paste of the same call from getFullyQualifiedType().
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 2 2021, 8:19 AM Comment Actions
Could you commit the patch? I don't think I have commit access.
Revision Contents
Diff 347469 clang/lib/AST/QualTypeNames.cpp
clang/unittests/Tooling/QualTypeNamesTest.cpp
|