This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d9ef432 [Driver] Add unit tests for Distro detection new d01a625 ConstantBuilder -> ConstantInitBuilder for clarity, and move [...] new 1647041 Hide the result of building a constant initializer. NFC. new 01a821e Make CGVTables use ConstantInitBuilder. NFC.
The 3 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: lib/CodeGen/CGBlocks.cpp | 4 +- lib/CodeGen/CGCUDANV.cpp | 2 +- lib/CodeGen/CGObjCGNU.cpp | 68 +++++------ lib/CodeGen/CGOpenMPRuntime.cpp | 10 +- lib/CodeGen/CGVTables.cpp | 134 +++++++++++----------- lib/CodeGen/CGVTables.h | 18 +-- lib/CodeGen/CodeGenModule.cpp | 8 +- lib/CodeGen/ConstantBuilder.h | 242 +++++++++++++++++++++++++--------------- lib/CodeGen/ItaniumCXXABI.cpp | 7 +- lib/CodeGen/MicrosoftCXXABI.cpp | 8 +- 10 files changed, 286 insertions(+), 215 deletions(-)