-
benjamin.franksen authored
Particularly, use unsigned for syntax node types, since we use bit masks to represent sets of those types. This is necessary because (at least in C99) shifting a 1 into the sign bit is undefined (and we use all the available bits).
benjamin.franksen authoredParticularly, use unsigned for syntax node types, since we use bit masks to represent sets of those types. This is necessary because (at least in C99) shifting a 1 into the sign bit is undefined (and we use all the available bits).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.