This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 153c995 Document and publish the useful module-file-info flag. new 3a67a19 Store decls in prototypes on the declarator instead of in the AST
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/Decl.h | 10 ---- include/clang/Sema/DeclSpec.h | 40 +++++++++++-- include/clang/Sema/Sema.h | 6 -- lib/AST/ASTDumper.cpp | 5 -- lib/AST/Decl.cpp | 22 ------- lib/Parse/ParseDecl.cpp | 16 +++++ lib/Parse/ParseExpr.cpp | 1 + lib/Parse/ParseExprCXX.cpp | 2 + lib/Sema/DeclSpec.cpp | 17 +++++- lib/Sema/SemaDecl.cpp | 85 +++++++++++++-------------- lib/Sema/SemaTemplateVariadic.cpp | 2 +- lib/Sema/SemaType.cpp | 3 +- test/Misc/ast-dump-decl.c | 10 +++- test/PCH/decl-in-prototype.c | 27 +++++++++ test/Sema/decl-in-prototype.c | 18 +++++- test/SemaCXX/type-definition-in-specifier.cpp | 21 ++++--- 16 files changed, 176 insertions(+), 109 deletions(-) create mode 100644 test/PCH/decl-in-prototype.c