SUSE / clang-extract

Other
7 stars 3 forks source link

Set '.' as a delimiter to the macro tokenizer #12

Closed giulianobelinassi closed 3 months ago

giulianobelinassi commented 3 months ago

When sweeping through macros for identifier we must also use '.' in the tokenizer to correctly get accesses to structs in macro parameters. This commit addresses that.

marcosps commented 3 months ago

It fixed #11 for me! Ship it!