[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 13:30:32 PST 2016
rnk updated this revision to Diff 80650.
rnk added a comment.
- Remove an assert and test that edge case
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.80650.patch
Type: text/x-patch
Size: 19101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/bf916fbc/attachment-0001.bin>
More information about the cfe-commits
mailing list