]> granicus.if.org Git - clang/commit
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)
commit822389da583d9d67f46e84552ecb580c49abcda7
tree4ff9eec486108f76d9506774cd2c2ace9781ec47
parent51847c2025e5e5d30ac45178bf22e44e09e591dc
Adding attributes to the IndirectFieldDecl that we generate for anonymous struct/union fields. This fixes PR20930.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/Misc/ast-dump-attr.cpp
test/Sema/anonymous-struct-union.c