[PATCH] D133586: [clang] initialize type qualifiers for FunctionNoProtoType
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 23 11:58:17 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a minor coding style nit, thank you!
================
Comment at: clang/include/clang/AST/Type.h:3897-3898
+ return Qualifiers::fromFastMask(FunctionTypeBits.FastTypeQuals);
+ else
+ return Qualifiers();
}
----------------
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