Page MenuHomeFreeBSD

ctags: Recognize __attribute__ in function declarations.
ClosedPublic

Authored by des on May 25 2023, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 4:01 AM
Unknown Object (File)
Sat, Nov 1, 7:49 AM
Unknown Object (File)
Fri, Oct 31, 12:00 PM
Unknown Object (File)
Sat, Oct 25, 10:56 PM
Unknown Object (File)
Sat, Oct 25, 5:41 AM
Unknown Object (File)
Oct 18 2025, 9:27 PM
Unknown Object (File)
Oct 8 2025, 1:41 AM
Unknown Object (File)
Sep 15 2025, 4:27 AM
Subscribers

Details

Summary

MFC after: 1 week
Obtained from: NetBSD
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.May 25 2023, 2:28 PM
kevans added inline comments.
usr.bin/ctags/C.c
266

Why + 1? sizeof attribute should already account for the nul byte and the arithmetic below seems to acknowledge that

des marked an inline comment as done.May 25 2023, 4:31 PM
des added inline comments.
usr.bin/ctags/C.c
266

I know but that's how it is upstream. I'm probably going to refactor it soon anyway.

des marked an inline comment as done.May 25 2023, 4:31 PM
This revision is now accepted and ready to land.May 25 2023, 4:36 PM