]> gcc.gnu.org Git - gcc.git/commitdiff
Merge #1532
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 26 Sep 2022 06:58:57 +0000 (06:58 +0000)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 06:58:57 +0000 (06:58 +0000)
1532: attributes: Add #[macro_use] as builtin r=CohenArthur a=CohenArthur

Fixes #1531

I think the checking for builtin attributes should definitely be moved to the `AttributeChecker` visitor. It's also a bit messy at the moment considering it isn't in effect on *everything*, simply some nodes such as `Module`s. Thoughts?

Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Trivial merge
This page took 0.058324 seconds and 5 git commands to generate.