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
Merge #948: [Utils] Templatify AssertLockHeld to placate clang warning
185c71f Templatify AssertLockHeld to placate clang warning (Zannick)
Pull request description:
By changing the type of the lock from void* (which has no capability) to the actual type (which does).
(Templates more or less have to be defined in a header, included in a header, or specializations explicitly declared in a header, so the actual implementation here is to call the original function that took a void*.)
### Test Results
Built and run veild/veil-cli with clang. Built veild/veil-cli with clang with `-DDEBUG_LOCKORDER`.
Tree-SHA512: dcbf48e26234665f43f84f695e6bee31fd39e5def4c8daf9b14886175c3e44af998e9eb5af120f6c2a0a667add3e58d7c95211f4c37b6a24c91dde2d89e94a52
0 commit comments