sdesmalen added inline comments.

================
Comment at: clang/include/clang/AST/ASTContext.h:1318
+  BuiltinVectorTypeInfo
+  getElementTypeForBuiltinVector(const BuiltinType *VecTy) const;
+
----------------
c-rhodes wrote:
> nit: not sure on the name here since it's returning more than the element 
> type, how about `getBuiltinVectorTypeInfo`?
Thanks, you're right that was a misnomer. I've taken your suggestion (and also 
updated the comment).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86100

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

Reply via email to