"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1a0a3d0ff5a99476bb4ae75aafd095083f80a24b"
Fix a few cases where enum constant handling was using
ASTContext::getTypeSize() rather than ASTContext::getIntWidth() for the width of an integral type. The former includes padding for bools (to the target's size) while the latter does not, so we woud end up zero-extending bools to the target width when we shouldn't. Fixes a crash-on-valid in the included test. llvm-svn: 101372
Loading
Please register or sign in to comment