This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ff0bfffe18 [Analyzer] alpha.unix.cstring.OutOfBounds checker enable/dis [...] new 74701fe1cf [NFC] Rename clang::AttributeList to clang::ParsedAttr
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: docs/InternalsManual.rst | 12 +- include/clang/Basic/Attr.td | 2 +- include/clang/Parse/Parser.h | 37 +- include/clang/Sema/DeclSpec.h | 4 +- include/clang/Sema/LoopHint.h | 2 +- .../clang/Sema/{AttributeList.h => ParsedAttr.h} | 322 ++++--- include/clang/Sema/Sema.h | 28 +- lib/Parse/ParseDecl.cpp | 92 +- lib/Parse/ParseDeclCXX.cpp | 30 +- lib/Parse/ParseExprCXX.cpp | 8 +- lib/Parse/ParseObjc.cpp | 4 +- lib/Parse/ParsePragma.cpp | 15 +- lib/Parse/ParseStmt.cpp | 4 +- lib/Parse/Parser.cpp | 2 +- lib/Sema/CMakeLists.txt | 2 +- lib/Sema/DeclSpec.cpp | 2 +- lib/Sema/{AttributeList.cpp => ParsedAttr.cpp} | 90 +- lib/Sema/SemaAttr.cpp | 4 +- lib/Sema/SemaCUDA.cpp | 10 +- lib/Sema/SemaDecl.cpp | 8 +- lib/Sema/SemaDeclAttr.cpp | 989 ++++++++++----------- lib/Sema/SemaDeclCXX.cpp | 21 +- lib/Sema/SemaStmtAttr.cpp | 22 +- lib/Sema/SemaTemplate.cpp | 10 +- lib/Sema/SemaType.cpp | 443 +++++---- utils/TableGen/ClangAttrEmitter.cpp | 53 +- 26 files changed, 1073 insertions(+), 1143 deletions(-) rename include/clang/Sema/{AttributeList.h => ParsedAttr.h} (72%) rename lib/Sema/{AttributeList.cpp => ParsedAttr.cpp} (68%)