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
In the case a macro was using a symbol that was externalized, clang-extract recreates the macros using the externalized symbols. This works as expected. But depending on the includes, the created macro can clash with existing ones from included headers.
I suggest we take a similar strategy from klp-ccp, and add a klpr_ prefix to the macros.
The text was updated successfully, but these errors were encountered:
In the case a macro was using a symbol that was externalized, clang-extract recreates the macros using the externalized symbols. This works as expected. But depending on the includes, the created macro can clash with existing ones from included headers.
I suggest we take a similar strategy from klp-ccp, and add a
klpr_
prefix to the macros.The text was updated successfully, but these errors were encountered: