Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CodeGen][NFCI] Don't re-implement parts of ASTContext::getIntWidth (#…
…101765) ASTContext::getIntWidth returns 1 if isBooleanType(), and falls back on getTypeSize in the default case, which itself just returns the Width from getTypeInfo's returned struct, so can be used in all cases here, not just for _BitInt types.
- Loading branch information