[all-commits] [llvm/llvm-project] 722346: [Tooling] Handle AttributedType in getFullyQualifi...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Thu Apr 3 05:14:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 722346c7bc70aa528beccead4119db83f134f5cd
https://github.com/llvm/llvm-project/commit/722346c7bc70aa528beccead4119db83f134f5cd
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M clang/lib/AST/QualTypeNames.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list