trailofbits/vast

Aligned attribute throws away the attribute content

Opened this issue · 0 comments

Prerequisites

  • I have read the documentation and the proposed feature is not implemented.

Description

The content of the aligned attribute is an Expr making it a bit troublesome to save the content in an MLIR attribute.
We could let clang evaluate the attribute in place but that requires us to make AST Context available in the attribute visitor.