mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Previously our barrier guard classes were direct descendents of SanitizerGuardNode which made it hard to deprecate that class. Now our barrier guards are not descending from any shared class. Instead they are contributed to SanitizerGuardNode via a private helper class we can remove in the future.