This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ff6d4b9988 [Sema][Typo Correction] Fix potential infite loop on ambigui [...] new 063c2472fa [NFCI]Create CommonAttributeInfo Type as base type of *Attr [...]
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/Attr.h | 151 +++-- include/clang/Basic/Attr.td | 4 +- include/clang/Basic/AttributeCommonInfo.h | 190 ++++++ include/clang/Lex/Preprocessor.h | 14 +- include/clang/Sema/ParsedAttr.h | 212 ++----- include/clang/Sema/Sema.h | 103 ++-- include/clang/Serialization/ASTBitCodes.h | 2 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 5 +- lib/Lex/PPDirectives.cpp | 6 +- lib/Lex/PPLexerChange.cpp | 9 +- lib/Lex/Pragma.cpp | 4 +- lib/Parse/ParseDecl.cpp | 10 +- lib/Parse/ParseDeclCXX.cpp | 3 +- lib/Parse/ParseExprCXX.cpp | 2 +- lib/Parse/ParsePragma.cpp | 8 +- lib/Parse/Parser.cpp | 3 +- lib/Sema/ParsedAttr.cpp | 20 +- lib/Sema/SemaAttr.cpp | 15 +- lib/Sema/SemaDecl.cpp | 153 +++-- lib/Sema/SemaDeclAttr.cpp | 981 +++++++++++------------------- lib/Sema/SemaDeclCXX.cpp | 22 +- lib/Sema/SemaObjCProperty.cpp | 12 +- lib/Sema/SemaOpenMP.cpp | 18 +- lib/Sema/SemaStmtAttr.cpp | 19 +- lib/Sema/SemaTemplateInstantiate.cpp | 5 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 45 +- lib/Sema/SemaType.cpp | 68 +-- lib/Serialization/ASTReaderDecl.cpp | 28 +- lib/Serialization/ASTWriter.cpp | 7 + utils/TableGen/ClangAttrEmitter.cpp | 164 +++-- 30 files changed, 1082 insertions(+), 1201 deletions(-) create mode 100644 include/clang/Basic/AttributeCommonInfo.h