[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
Fri Dec 9 09:24:34 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289225: Store decls in prototypes on the declarator instead of in the AST (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D27279?vs=80827&id=80910#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27279

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27279.80910.patch
Type: text/x-patch
Size: 24739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161209/43715661/attachment-0001.bin>


More information about the cfe-commits mailing list