]> granicus.if.org Git - clang/commit
Introduce a helper class for building complex constant initializers. NFC.
authorJohn McCall <rjmccall@apple.com>
Sat, 19 Nov 2016 08:17:24 +0000 (08:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 19 Nov 2016 08:17:24 +0000 (08:17 +0000)
commit8a6ea813424dabc71bf4514942e487bd0268a317
treef138526208a21d4f36d5df1c0111a0b563002ef6
parent0927c8485bfb38bf9382302939638f62c219a329
Introduce a helper class for building complex constant initializers.  NFC.

I've adopted this in most of the places it makes sense, but v-tables
and CGObjCMac will need a second pass.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287437 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGCUDANV.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/ConstantBuilder.h [new file with mode: 0644]