Page MenuHomeFreeBSD

ctags: Recognize __attribute__ in function declarations.
ClosedPublic

Authored by des on May 25 2023, 2:28 PM.
Tags
None
Referenced Files
F92431801: D40264.id122412.diff
Sat, Aug 31, 7:46 AM
Unknown Object (File)
Tue, Aug 13, 3:50 AM
Unknown Object (File)
Aug 1 2024, 7:02 AM
Unknown Object (File)
Jul 22 2024, 1:15 AM
Unknown Object (File)
Jul 20 2024, 2:54 PM
Unknown Object (File)
Jun 13 2024, 12:06 AM
Unknown Object (File)
Apr 25 2024, 5:25 AM
Unknown Object (File)
Apr 23 2024, 10:39 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