rsmith added a comment.

I think this is still not quite right: if the `ObjCObjectPointerType` has a 
valid star location, we should use that. We should only be falling back on the 
inner location's end when there is no star. For example:

  @interface X @end;
  using ObjectPointer = X*;

... should have an end loc that points at the `*`, not the `X`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112101/new/

https://reviews.llvm.org/D112101

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to