This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5f7f2c06ee Enable configuration files in clang new 9d3d610d05 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign [...]
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 | 16 +++---- include/clang/Basic/Specifiers.h | 16 +++---- 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 | 72 ++++++++++++++++---------------- 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, 254 insertions(+), 231 deletions(-)