[PATCH] D153510: [Clang] Check type support for local variable declaration
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 23 17:04:29 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/lib/Sema/SemaDecl.cpp:8780
}
+ if (T->isRVVType())
+ checkRVVTypeSupport(T, NewVD->getLocation(), cast<ValueDecl>(CurContext));
----------------
Add a blank line before this to separate it from SVE
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153510/new/
https://reviews.llvm.org/D153510
More information about the cfe-commits
mailing list