You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Adjust for implicitly-deleted copy constructor of ModuleListProperties
GetGlobalModuleListProperties() returns a ModuleListProperties, but that class
has an implicitly deleted copy constructor. Therefore we should be grabbing a
reference to the ModuleListProperties. Additionally, the uses I noticed in
SwiftASTContext can be made const.
0 commit comments