1. ae3a83f Sema: Don't crash on visibility attributes with an identifier argument. by Benjamin Kramer · 11 years ago
  2. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  3. dd44f34 Warn about visibility attributes in typedefs. by Rafael Espindola · 12 years ago
  4. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  5. 9b79fc9 Process attributes in the order they appear in the source code. This make clang by Rafael Espindola · 12 years ago
  6. 548d17c Walk the decls looking for the last one that has an attribute. We do have to walk by Rafael Espindola · 12 years ago
  7. 4e31b4d Extend the error about incompatible visibility attributes in different by Rafael Espindola · 12 years ago
  8. 45a0b26 Reject cases like by Rafael Espindola · 12 years ago
  9. 4188760 Complain about attempts to use 'protected' visibility on targets by John McCall · 13 years ago