summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-aligned.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sema: Only merge typedef attributes if the previous decl is a typedefJustin Bogner2013-10-081-0/+16
In r186373, we started merging attributes on typedefs, but this causes us to try to merge attributes even if the previous declaration was not a typedef. Only merge the attributes if the previous decl was also a typedef. Fixes rdar://problem/15044218 llvm-svn: 192146
OpenPOWER on IntegriCloud