gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Handle `#[doc]` attribute properly

Open CohenArthur opened this issue 3 years ago • 0 comments

  • [ ] Fix locus of simple attributes
#[doc] // { dg-error "...doc.. cannot be an empty attribute" }
struct Foo;
  • [ ] Handle LITERAL and META_ITEM properly
  • [ ] Handle #[doc(alias(...))] instead of just #[doc(alias = ...)]
  • [ ] Handle other doc attributes than alias (reference)

CohenArthur avatar Jul 22 '22 13:07 CohenArthur