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
Unfortunately, things like #8 are non-effective, because:
We should iterate over all attributes in Clang to collect them (or their names) to container, and next iterate over this container in tool (cyberway-cpp).
Each of their is implementing for specific type of clang::Decl, when getAttrs() is universal.
It is preferred to iterate all through getAttrs() in tool.
The text was updated successfully, but these errors were encountered:
Unfortunately, things like #8 are non-effective, because:
cyberway-cpp
).clang::Decl
, whengetAttrs()
is universal.It is preferred to iterate all through
getAttrs()
in tool.The text was updated successfully, but these errors were encountered: