Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=167931&r1=167930&r2=167931&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
> +++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Wed Nov 14 11:15:51 2012
> @@ -2256,6 +2256,12 @@
>      EltTys.push_back(CreateMemberType(Unit, FType, "__destroy_helper",
>                                        &FieldOffset));
>    }
> +  bool HasByrefExtendedLayout;
> +  Qualifiers::ObjCLifetime Lifetime;
> +  if (CGM.getContext().getByrefLifetime(Type, Lifetime,
> HasByrefExtendedLayout) &&
> +      HasByrefExtendedLayout)
> +    EltTys.push_back(CreateMemberType(Unit, FType,
> "__byref_variable_layout",
> +                                      &FieldOffset));
>
>
>

80-column I think.

-eric
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to