Fix static assertion in AttributeDetail.h
llvm::maskTrailingOnes<char> runs into a static assertion on the type not being unsigned. Use `unsigned char` instead of `char`. PiperOrigin-RevId: 252827214
Loading
Please sign in to comment
llvm::maskTrailingOnes<char> runs into a static assertion on the type not being unsigned. Use `unsigned char` instead of `char`. PiperOrigin-RevId: 252827214