[clang] [Clang] add user-level sizeless attribute (PR #71894)
William Moses via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 9 22:23:35 PST 2023
================
@@ -2400,7 +2402,66 @@ bool Type::isWebAssemblyTableType() const {
return false;
}
-bool Type::isSizelessType() const { return isSizelessBuiltinType(); }
+bool Type::isSizelessType() const {
----------------
wsmoses wrote:
isIncompleteType has a recursive descent open to suggestions and/or renaming it though.
https://github.com/llvm/llvm-project/pull/71894
More information about the cfe-commits
mailing list