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

Workaround for expansion of function-like macros #2779

Merged
merged 1 commit into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. Workaround for expansion of function-like macros

    This commit resolves an issue where macros that evaluate to a constant
    but have a function like macro in the macro body would not be properly
    expanded by cexpr.
    
    This adds an opt-in option to use Clang on intermediary files to
    evaluate the macros one by one. This is opt-in largely because of the
    compile time implications.
    jbaublitz authored and emilio committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f77b3de View commit details
    Browse the repository at this point in the history