This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84d475a5ed Silence static analyzer getAs<RecordType> null dereference w [...] new 4eef7a8ad0 [Alignment][Clang][NFC] Add CharUnits::getAsAlign new a782b2b93c [libTooling] Add various Stencil combinators for expressions.
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: include/clang/AST/CharUnits.h | 5 ++ include/clang/Tooling/Refactoring/Stencil.h | 17 +++++- lib/CodeGen/CGCUDANV.cpp | 6 +-- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGCleanup.cpp | 4 +- lib/CodeGen/CGDecl.cpp | 8 +-- lib/CodeGen/CGExpr.cpp | 6 +-- lib/CodeGen/CGExprAgg.cpp | 2 +- lib/CodeGen/CGExprCXX.cpp | 2 +- lib/CodeGen/CGExprConstant.cpp | 2 +- lib/CodeGen/CGObjCGNU.cpp | 8 +-- lib/CodeGen/CGObjCMac.cpp | 37 ++++++------- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 6 +-- lib/CodeGen/CodeGenFunction.cpp | 2 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/CodeGen/CodeGenModule.cpp | 25 +++++---- lib/CodeGen/ConstantInitBuilder.cpp | 2 +- lib/CodeGen/CoverageMappingGen.cpp | 2 +- lib/CodeGen/ItaniumCXXABI.cpp | 6 +-- lib/CodeGen/MicrosoftCXXABI.cpp | 4 +- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 2 +- lib/Tooling/Refactoring/Stencil.cpp | 63 +++++++++++++++++++++- unittests/Tooling/StencilTest.cpp | 66 +++++++++++++++++++++++- 23 files changed, 212 insertions(+), 67 deletions(-)