RISCVABIInfo::classifyArgumentType: Fix static analyzer warnings with uninitialized variables warnings - NFCI
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
Out of interest, which analyzer is reporting this? detectFPCCEligibleStruct always clears those values at the start of the method so its annoying if clang can't peek in to realise that.
Comment Actions
Thank you, Simon for the quick response and the acceptance. Klocwork is reporting this. Would it be possible to commit the patch?
Thanks,
Soumi Manna