Skip to content
New issue

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

Add memory effects to LLVM grammar and better error message #710

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

natgavrilenko
Copy link
Collaborator

Added memory effects to function attributes, according to https://github.com/llvm/llvm-project/blob/main/llvm/docs/LangRef.rst to avoid parsing errors for different clang versions.

More informative error messages text when LLVM Visitor cannot allocate memory.

@natgavrilenko natgavrilenko changed the base branch from master to development August 11, 2024 16:10
@hernanponcedeleon hernanponcedeleon merged commit cdc0689 into development Aug 12, 2024
1 check passed
@hernanponcedeleon hernanponcedeleon deleted the llvm-parser branch August 12, 2024 13:50
hernanponcedeleon pushed a commit that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants