"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "77dfe45f81e13e68e768c9c6ee9c2d0c85f28687"
-
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