We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460a514 commit 6728aa1Copy full SHA for 6728aa1
llvm/include/llvm/ADT/FunctionExtras.h
@@ -153,7 +153,7 @@ template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
153
void *StoragePtr;
154
size_t Size;
155
size_t Alignment;
156
- } OutOfLineStorage;
+ } OutOfLineStorage = {};
157
static_assert(
158
sizeof(OutOfLineStorageT) <= InlineStorageSize,
159
"Should always use all of the out-of-line storage for inline storage!");
0 commit comments