[clang] [Clang][Sema] fix crash of attribute transform (PR #78088)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 07:05:27 PST 2024


================
@@ -7083,8 +7087,9 @@ QualType TreeTransform<Derived>::TransformAttributedType(
       modifiedType != oldType->getModifiedType()) {
     // TODO: this is really lame; we should really be rebuilding the
     // equivalent type from first principles.
----------------
cor3ntin wrote:

This comment would no longer apply, would it?

https://github.com/llvm/llvm-project/pull/78088


More information about the cfe-commits mailing list