[PATCH] D133586: [clang] initialize type qualifiers for FunctionNoProtoType
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 12:53:54 PDT 2022
vsapsai added a comment.
How correct is it to access `isConst`, `isVolatile`, `isRestrict` for `FunctionNoProtoType`? Yes, we can provide some default value but I'm curious if accessing that default value is correct.
For the record, I've tried to fix the same problem in https://reviews.llvm.org/D104963 in a different way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133586/new/
https://reviews.llvm.org/D133586
More information about the cfe-commits
mailing list