Adding attributes to the IndirectFieldDecl that we generate for anonymous struct...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 15 Oct 2014 16:58:18 +0000 (16:58 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 15 Oct 2014 16:58:18 +0000 (16:58 +0000)
commit260995b86b8895ac22da92415cea9690c6905291
treecdd943a30d997fb2db61e84b853b7a7bd4ee92b3
parent72d03bee6497a80e70ffbf43a6e28cd55bf3527b
Adding attributes to the IndirectFieldDecl that we generate for anonymous struct/union fields. This fixes PR20930.

llvm-svn: 219807
clang/lib/AST/ASTImporter.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/Misc/ast-dump-attr.cpp
clang/test/Sema/anonymous-struct-union.c