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
Some ast headers contain inline functions and need to include ast/ast.h for various reasons. This can be sort of ugly and in addition can create danger of circular dependencies.
Figure out if that can be addressed and the code organized a bit better to avoid it.
The text was updated successfully, but these errors were encountered:
Some ast headers contain inline functions and need to include ast/ast.h for various reasons. This can be sort of ugly and in addition can create danger of circular dependencies.
Figure out if that can be addressed and the code organized a bit better to avoid it.
The text was updated successfully, but these errors were encountered: