cor3ntin added inline comments.

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


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