This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3edb08be72 Avoid int to string conversion in Twine or raw_ostream contexts. new ef699b2164 [NFC] Modernize enum Declarator::TheContext to a type-safe s [...]
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/Parse/Parser.h | 51 +++-- include/clang/Parse/RAIIObjectsForParser.h | 2 +- include/clang/Sema/DeclSpec.h | 346 +++++++++++++++-------------- lib/Parse/ParseDecl.cpp | 126 ++++++----- lib/Parse/ParseDeclCXX.cpp | 40 ++-- lib/Parse/ParseExpr.cpp | 12 +- lib/Parse/ParseExprCXX.cpp | 19 +- lib/Parse/ParseObjc.cpp | 32 +-- lib/Parse/ParseOpenMP.cpp | 3 +- lib/Parse/ParseStmt.cpp | 10 +- lib/Parse/ParseTemplate.cpp | 24 +- lib/Parse/Parser.cpp | 16 +- lib/Sema/DeclSpec.cpp | 2 +- lib/Sema/SemaCodeComplete.cpp | 4 +- lib/Sema/SemaDecl.cpp | 10 +- lib/Sema/SemaDeclCXX.cpp | 4 +- lib/Sema/SemaDeclObjC.cpp | 2 +- lib/Sema/SemaExpr.cpp | 2 +- lib/Sema/SemaType.cpp | 247 ++++++++++---------- 19 files changed, 488 insertions(+), 464 deletions(-)