"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4689211583ce0f391f596ac712c658456649726b"
Add a new expression classification, CL_AddressableVoid
CL_AddressableVoid is the expression classification used for void expressions whose address can be taken, i.e. the result of [], * or void variable references in C, as opposed to things like the result of a void function call. llvm-svn: 129783
Loading
Please register or sign in to comment