[lldb][NFC] Use the proper type for the 'storage' parameter of CreateFunctionDeclaration
All the callers pass an enum and we cast the int anyway back to the actual type, so we might as well just use the type for the parameter.
Loading
Please sign in to comment