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
[BoundsSafety] Add utilities for checking dependent count and pointer
Add functions for checking various properties of dependent count to
ValueDecl:
- Whether the count has dereference or not
- Whether the count is used in an inout pointer
Add a similar function to check if a count-attributed type is depending
on an inout count.
(cherry picked from commit fdd38f8)
Conflicts:
clang/include/clang/AST/TypeBase.h
0 commit comments