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
{{ message }}
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Fix an issue with the method reflection catching that would cause some nodes to be
dropped (mostly when they were under the Prop_DeclSpecifier property but also in some other cases) and an infinite recursion problem on one file.
Added issue_19.cpp fixture to avoid regresions of that problem.
Fix the FunctionGroup semantic annotation when there is an elaborated type
in the arguments.