Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR with Noreturn #43

Closed
genotrance opened this issue May 16, 2020 · 1 comment
Closed

ERROR with Noreturn #43

genotrance opened this issue May 16, 2020 · 1 comment

Comments

@genotrance
Copy link

Noreturn void OPENSSL_die(const char *assertion, const char *file, int line);

Parsed as:

(translation_unit 1 1 77
 (declaration 1 1 77
  (type_identifier 1 1 8 "Noreturn")
  (ERROR 1 10 4 "void"
   (identifier 1 10 4 "void")
  )
  (function_declarator 1 15 62
   (identifier 1 15 11 "OPENSSL_die")
   (parameter_list 1 26 51
    (parameter_declaration 1 27 21
     (type_qualifier 1 27 5 "const")
     (primitive_type 1 33 4 "char")
     (pointer_declarator 1 38 10 "*assertion"
      (identifier 1 39 9 "assertion")
     )
    )
    (parameter_declaration 1 50 16
     (type_qualifier 1 50 5 "const")
     (primitive_type 1 56 4 "char")
     (pointer_declarator 1 61 5 "*file"
      (identifier 1 62 4 "file")
     )
    )
    (parameter_declaration 1 68 8
     (primitive_type 1 68 3 "int")
     (identifier 1 72 4 "line")
    )
   )
  )
 )
)
@dcreager
Copy link

dcreager commented Jul 7, 2020

This is a dup of #13

@dcreager dcreager closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants