[PATCH] D27279: Store decls in prototypes on the declarator instead of in the AST

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 15:57:23 PST 2016


rnk updated this revision to Diff 80682.
rnk marked an inline comment as done.
rnk added a comment.

- Allow more decls in prototypes, dump fd decls


https://reviews.llvm.org/D27279

Files:
  include/clang/AST/Decl.h
  include/clang/Sema/DeclSpec.h
  include/clang/Sema/Sema.h
  lib/AST/ASTDumper.cpp
  lib/AST/Decl.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseExpr.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Sema/DeclSpec.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaType.cpp
  test/Misc/ast-dump-decl.c
  test/PCH/decl-in-prototype.c
  test/Sema/decl-in-prototype.c
  test/SemaCXX/type-definition-in-specifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27279.80682.patch
Type: text/x-patch
Size: 19694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/26a3a717/attachment-0001.bin>


More information about the cfe-commits mailing list