This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b896b552dd [opaque pointer types] Fix the CallInfo passed to EmitCall i [...] new 679ab5f711 [opaque pointer types] Pass function types for runtime funct [...] new 8c2557c8ff [OPENMP] issue error messages for multiple teams contructs i [...]
The 2 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/CGAtomic.cpp | 2 +- lib/CodeGen/CGBlocks.cpp | 14 +-- lib/CodeGen/CGBuiltin.cpp | 13 +-- lib/CodeGen/CGCUDANV.cpp | 28 +++--- lib/CodeGen/CGCall.cpp | 46 ++++----- lib/CodeGen/CGCall.h | 6 ++ lib/CodeGen/CGClass.cpp | 4 +- lib/CodeGen/CGDeclCXX.cpp | 4 +- lib/CodeGen/CGException.cpp | 60 ++++++------ lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CGExprComplex.cpp | 3 +- lib/CodeGen/CGExprScalar.cpp | 3 +- lib/CodeGen/CGObjC.cpp | 138 +++++++++++++-------------- lib/CodeGen/CGObjCGNU.cpp | 103 ++++++++++---------- lib/CodeGen/CGObjCMac.cpp | 180 +++++++++++++++++------------------ lib/CodeGen/CGObjCRuntime.cpp | 21 ++-- lib/CodeGen/CGObjCRuntime.h | 33 ++++--- lib/CodeGen/CGOpenMPRuntime.cpp | 121 ++++++++++++----------- lib/CodeGen/CGOpenMPRuntime.h | 77 ++++++++------- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 55 +++++------ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 14 +-- lib/CodeGen/CGStmtOpenMP.cpp | 24 +++-- lib/CodeGen/CGVTables.cpp | 3 +- lib/CodeGen/CodeGenFunction.h | 30 +++--- lib/CodeGen/CodeGenModule.cpp | 12 +-- lib/CodeGen/CodeGenModule.h | 73 +++++++------- lib/CodeGen/ItaniumCXXABI.cpp | 59 ++++++------ lib/CodeGen/MicrosoftCXXABI.cpp | 33 ++++--- lib/Sema/SemaOpenMP.cpp | 4 +- test/OpenMP/nesting_of_regions.cpp | 14 +++ 30 files changed, 605 insertions(+), 574 deletions(-)