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

Enables VAST codegen to be used directly on a TranslatioUnitDecl independent of an ASTConsumer. #461

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pgoodman
Copy link
Member

@pgoodman pgoodman commented Dec 7, 2023

The thrust of the changes focuses on codegening function bodies only when the recursive decl visitor actually visits those bodies.

I don't actually expect this PR to be accepted, but it has some bug fixes and changes that perhaps will help explain the needs of mx codegen.

…ependent of an ASTConsumer. Thrust of the changes focuses on codegening function bodies only when the recursive decl visitor actually visits those bodies.
Copy link
Contributor

github-actions bot commented May 3, 2024

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 3 file(s) not formatted
  • include/vast/CodeGen/CodeGenDeclVisitor.hpp
  • include/vast/CodeGen/CodeGenStmtVisitor.hpp
  • include/vast/CodeGen/CodeGenTypeVisitor.hpp

Have any feedback or feature suggestions? Share it here.

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.

None yet

1 participant