]> granicus.if.org Git - clang/commit
Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySubscriptExpr.
authorAnders Carlsson <andersca@mac.com>
Sun, 21 Dec 2008 03:44:36 +0000 (03:44 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 21 Dec 2008 03:44:36 +0000 (03:44 +0000)
commit6183a99b064b397d98297904fbd6cf00fe1f453d
treef38e16a713dceccb5c4cd68cce66cb2340fc65b3
parent0269709723e4cb0836a1a50964949e96dc0d1173
Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySubscriptExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61303 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGExpr.cpp