You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure I understand your use case, but I'll give a simple example of how you could parse the clang macro definitions. You can explain further if this does not help.
I'm trying to parse a
clang
string with-DMI_SKIP_COLLECT_ON_EXIT=1 -DMI_STATIC_LIB
.But I don't want to define a schema. I just want to get
-DMI_SKIP_COLLECT_ON_EXIT=1
as a token, then I will process it myself.Would it be possible to add an option that says: use single dash instead of double-dash?
The text was updated successfully, but these errors were encountered: