llvm-project
722346c7 - [Tooling] Handle AttributedType in getFullyQualifiedType (#134228)

Commit
249 days ago
[Tooling] Handle AttributedType in getFullyQualifiedType (#134228) Before this change the code used to add extra qualifiers, e.g. `std::unique_ptr<int> _Nonnull` became `::std::std::unique_ptr<int> _Nonnull` when adding a global namespace qualifier was requested.
Author
Parents
Loading