This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5f6d6d73da [Sema] Fix build with GCC new 1ae65827b5 Again reverting an attempt to convert the DeclSpec enums int [...]
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/Type.h | 4 +- include/clang/AST/TypeLoc.h | 23 +++++----- include/clang/Basic/Specifiers.h | 74 +++++++++++++------------------- include/clang/Parse/Parser.h | 9 ++-- include/clang/Sema/DeclSpec.h | 88 +++++++++++++++++++-------------------- include/clang/Sema/Sema.h | 33 ++++++++------- lib/AST/Type.cpp | 46 ++++++++------------ lib/AST/TypeLoc.cpp | 14 +++---- lib/Parse/ParseDecl.cpp | 10 ++--- lib/Parse/ParseDeclCXX.cpp | 26 +++++------- lib/Parse/ParseExpr.cpp | 9 ++-- lib/Parse/ParseExprCXX.cpp | 2 +- lib/Parse/ParseObjc.cpp | 5 +-- lib/Parse/Parser.cpp | 2 +- lib/Sema/DeclSpec.cpp | 80 +++++++++++++++++------------------ lib/Sema/SemaCodeComplete.cpp | 2 +- lib/Sema/SemaDecl.cpp | 12 +++--- lib/Sema/SemaDeclCXX.cpp | 11 ++--- lib/Sema/SemaTemplate.cpp | 10 ++--- lib/Sema/SemaTemplateVariadic.cpp | 69 +++++++++++++++--------------- lib/Sema/SemaType.cpp | 23 +++++----- lib/Serialization/ASTWriter.cpp | 6 +-- 22 files changed, 260 insertions(+), 298 deletions(-)