"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "08a8d0e71e6dea0f0331498f4d30fd7dc6d84bd9"
-
Chris Lattner authored
Finally fix PR2189. This makes a fairly invasive but important change to move getAsArrayType into ASTContext instead of being a method on type. This is required because getAsArrayType(const AT), where AT is a typedef for "int[10]" needs to return ArrayType(const int, 10). Fixing this greatly simplifies getArrayDecayedType, which is a good sign. llvm-svn: 54317
7adf0760
Loading