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
Returning a reference to a GUARDED_BY variable while only holding the lock in the getter lets callers access the variable without holding the lock.
See llvm/llvm-project#67776.
This is only used for testing, so just return a copy for simplicity.
0 commit comments