aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-04 07:31:14 +0000
committerChris Lattner <sabre@nondot.org>2008-08-04 07:31:14 +0000
commit7adf07608847865d47fa50640c3b18007953c4aa (patch)
tree263f2ca4985a4e008e230fee9d2e6c4794075625 /clang/lib/CodeGen/ModuleBuilder.cpp
parenta01ede2f1105780926d58af04d0e4db09140221f (diff)
downloadllvm-7adf07608847865d47fa50640c3b18007953c4aa.zip
llvm-7adf07608847865d47fa50640c3b18007953c4aa.tar.gz
llvm-7adf07608847865d47fa50640c3b18007953c4aa.tar.bz2
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
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions