erichkeane added a comment.

I don't have sufficient experience to approve this, but I DID look through it 
and found 1 suspicious thing.



================
Comment at: clang/lib/Sema/SemaAccess.cpp:1799
+    R = SourceRange(ArgExprs.front()->getBeginLoc(),
+                    ArgExprs.front()->getEndLoc());
+  }
----------------
So should the 'end' be `ArgExprs.back()->getEndLoc()`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117994

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

Reply via email to