Skip to content
Commit cd997e02 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Walk the decls looking for the last one that has an attribute. We do have to walk

them, otherwise we cannot produce an error for both

struct HIDDEN test4; // canonical
struct test4;
struct DEFAULT test4;

and

struct test5; // canonical
struct HIDDEN test5;
struct DEFAULT test5;

llvm-svn: 156016
parent c2d64c42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment