rsmith accepted this revision. rsmith added inline comments. This revision is now accepted and ready to land.
================ Comment at: lib/Sema/SemaType.cpp:5600-5605 if (DependentAddressSpaceTypeLoc DASTL = CurrTL.getAs<DependentAddressSpaceTypeLoc>()) { fillDependentAddressSpaceTypeLoc(DASTL, D.getTypeObject(i).getAttrs()); CurrTL = DASTL.getPointeeTypeLoc().getUnqualifiedLoc(); } ---------------- Can you delete this, or otherwise reorder the filling of dependent address spaces, atomic types, attributed types, and adjusted types so that we don't have duplicates? Repository: rC Clang https://reviews.llvm.org/D51229 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits