This is the issue that led to the warnings being added... https://llvm.org/bugs/show_bug.cgi?id=19899
Which would seem to confirm that interpretation. The comment re. this pointer warning was by the c++ spec editor On 3 December 2015 at 11:08, Doug Hill <xcodeus...@breaqz.com> wrote: > > > My understanding is that a method call on a pointer is a dereference due > to this: > > "If E1 has the type “pointer to class X,” then the expression E1->E2 is > converted to the equivalent form (*(E1)).E2" > > It would appear that the * operator is part of the spec's definition. > > Dou > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list (Xcode-users@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > > https://lists.apple.com/mailman/options/xcode-users/websites%40paperetto.com > > This email sent to websi...@paperetto.com > -- David Brittain da...@paperetto.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com