Finds enum type definitions that could use smaller integral type as a base.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Removed change in list.rst that is related to cppcoreguidelines-avoid-capture-default-when-capturing-this.
Looks like that check have fixes but didnt mark fixes in that file.
Comment Actions
Fix tests on windows (they use int as base for enums, when on linux unsigned int is used)