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
Methods for ai_baset to allow access to the ai_base_domaint for a location.
Previously, to access the domain for at a particular location, you had to
use the operator[] interface in ait<domainT> (or subclass), which meant that
the code had to be written / templated / duplicated for each domainT, even
when the only interface that was being used was the ai_base_domaint one.
This is the case for various tasks in goto-analyzer. This interface should
also support flow-insensitive or context-dependent AI engines.
0 commit comments