This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d0cbd7 Clean up alignment hacks now that MSVC 2013 and GCC 4.7 are gone. new fd352be Retire llvm::alignOf in favor of C++11 alignof.
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: include/clang/AST/ASTContext.h | 2 +- include/clang/AST/ASTVector.h | 2 +- include/clang/AST/Stmt.h | 2 +- include/clang/AST/StmtOpenMP.h | 2 +- include/clang/AST/TypeLoc.h | 27 ++- include/clang/Analysis/Analyses/ThreadSafetyUtil.h | 2 +- include/clang/Basic/SourceManager.h | 3 +- include/clang/Sema/Overload.h | 5 +- lib/AST/ASTContext.cpp | 12 +- lib/AST/DeclBase.cpp | 8 +- lib/AST/DeclCXX.cpp | 2 +- lib/AST/DeclGroup.cpp | 2 +- lib/AST/DeclObjC.cpp | 5 +- lib/AST/DeclTemplate.cpp | 2 +- lib/AST/Expr.cpp | 26 +-- lib/AST/ExprCXX.cpp | 31 ++- lib/AST/ExprObjC.cpp | 2 +- lib/AST/NestedNameSpecifier.cpp | 9 +- lib/AST/Stmt.cpp | 10 +- lib/AST/StmtCXX.cpp | 4 +- lib/AST/StmtObjC.cpp | 4 +- lib/AST/StmtOpenMP.cpp | 224 ++++++++++----------- lib/AST/TemplateBase.cpp | 2 +- lib/AST/TypeLoc.cpp | 2 +- lib/Analysis/CFG.cpp | 3 +- lib/Basic/IdentifierTable.cpp | 4 +- lib/CodeGen/CGCleanup.cpp | 2 +- lib/CodeGen/CGCleanup.h | 3 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/CodeGen/EHScopeStack.h | 6 +- lib/Lex/MacroInfo.cpp | 2 +- lib/Lex/PPDirectives.cpp | 2 +- lib/Lex/PreprocessingRecord.cpp | 15 +- lib/Sema/AttributeList.cpp | 2 +- lib/Sema/CodeCompleteConsumer.cpp | 6 +- lib/Sema/SemaCXXScopeSpec.cpp | 6 +- lib/Sema/TypeLocBuilder.h | 2 +- 37 files changed, 210 insertions(+), 235 deletions(-)