craig.topper added inline comments.

================
Comment at: clang/lib/Sema/SemaDecl.cpp:8773
+
+  checkTypeSupport(T, NewVD->getLocation(), cast<FunctionDecl>(CurContext));
 }
----------------
This feels heavy handed for not RISC-V vector types. Can we put the RISC-V code 
from checkTypeSupport in a function and call it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153510

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

Reply via email to