This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 891a1a0 Add coding and shebang. new cf2a38c Promote ConstantInitBuilder to be a public CodeGen API; it's [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../clang/CodeGen/ConstantInitBuilder.h | 116 +++--------------- lib/CodeGen/CGBlocks.cpp | 2 +- lib/CodeGen/CGCUDANV.cpp | 2 +- lib/CodeGen/CGObjCGNU.cpp | 2 +- lib/CodeGen/CGObjCMac.cpp | 2 +- lib/CodeGen/CGOpenMPRuntime.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 2 +- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/ConstantInitBuilder.cpp | 131 +++++++++++++++++++++ lib/CodeGen/ItaniumCXXABI.cpp | 2 +- lib/CodeGen/MicrosoftCXXABI.cpp | 2 +- 12 files changed, 159 insertions(+), 107 deletions(-) rename lib/CodeGen/ConstantBuilder.h => include/clang/CodeGen/ConstantInitBuilder.h (76%) create mode 100644 lib/CodeGen/ConstantInitBuilder.cpp