Skip to content

Commit

Permalink
test: test typedef anonymous struct selection by name
Browse files Browse the repository at this point in the history
This used to fail with clang 15 and earlier.
  • Loading branch information
jnikula committed Nov 18, 2023
1 parent a79d88c commit 3c2f443
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/c/typedef-struct.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
directives:
- domain: c
directive: autodoc
directive: autostruct
arguments:
- typedef-struct.c
- named
options:
file: typedef-struct.c
members:
- domain: c
directive: autostruct
arguments:
- typedef_struct
options:
file: typedef-struct.c
members:
expected: typedef-struct.rst

0 comments on commit 3c2f443

Please sign in to comment.