Skip to content

C: don't spell-check type usages#279

Open
zbreit wants to merge 1 commit into
blopker:mainfrom
zbreit:feature/c-lang-fixes
Open

C: don't spell-check type usages#279
zbreit wants to merge 1 commit into
blopker:mainfrom
zbreit:feature/c-lang-fixes

Conversation

@zbreit
Copy link
Copy Markdown
Contributor

@zbreit zbreit commented May 23, 2026

Don't spell-check uses of C enums, structs, and unions. For example, no spell-checking should occur for the type names in the following example:

enum Colorr color;
union Dataa data;
struct Userr user;

This is split from #266, which also includes infrastructure for simplifying test generation.

Don't spell-check uses of C enums, structs, and unions.
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

Successfully merging this pull request may close these issues.

1 participant