| Issue | 61480 |
|---|---|
| Summary | [clang][ExtractAPI] Some declaration fragments are missing semicolons |
| Labels | good first issue, clang:tooling |
| Assignees | |
| Reporter | daniel-grumberg |
An example that reproduces this behavior is:
```obj-c
extern NSString * const MyString;
```In the output, the generate declaration fragments are missing the final semicolon.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
