Replies: 1 comment
-
There's a similar discussion happening here: #753 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that we could obtain the const values of macros by passing them through clang parsing. For this we'd have to collect all macros (we already sort of do so), then create a temporary file to run through clang again. This file could contain constructs like
Does this seems like a viable path to turn all kinds of macros into const values?
Beta Was this translation helpful? Give feedback.
All reactions