We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following two lines are probably incorrect; they should be replaced with something like findContext<IR::P4Action>() != nullptr
findContext<IR::P4Action>() != nullptr
bool withinAction = parent != nullptr && parent->is<IR::P4Action>(); bool withinParserState = parent != nullptr && parent->is<IR::ParserState>();
The text was updated successfully, but these errors were encountered:
Fix for issue p4lang#572
51e3c81
Fix for issue #572 (#592)
01b70e8
mihaibudiu
No branches or pull requests
The following two lines are probably incorrect; they should be replaced with something like
findContext<IR::P4Action>() != nullptr
The text was updated successfully, but these errors were encountered: