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
Hmmmm, I tried, but the implementation is still incorrect, as `typedef _Atomic(_Bool) atomic_bool;` does not parse. This comes from e.g. LLVM `<stdatomic.h>`. I believe that is what my following code handled:
# This is a bit ugly, but we need to process atomic specifier before qualifiers,# since _Atomic(int) has a conflict with _Atomic int.defp_declaration_specifiers_no_type_4(self, p):
""" declaration_specifiers_no_type : atomic_specifier declaration_specifiers_no_type_opt """p[0] =self._add_declaration_specifier(p[2], p[1], 'type')
Originally posted by @vit9696 in #430 (comment)
I am witnessing this error on the current release version.
The text was updated successfully, but these errors were encountered: