]> granicus.if.org Git - clang/commit
switch aggregate expr codegen to use a visitor to localize most of the nasty
authorChris Lattner <sabre@nondot.org>
Tue, 21 Aug 2007 04:25:47 +0000 (04:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Aug 2007 04:25:47 +0000 (04:25 +0000)
commit9c03356918aee078e925c35f9854dfdf2492dfc3
treef5b774497aa3ba4f2f6856e51895f1c23613bd63
parente12b4301820bbae6b67a88fa98617dc571331555
switch aggregate expr codegen to use a visitor to localize most of the nasty
details in its own file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41213 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGAggExpr.cpp
CodeGen/CodeGenFunction.h