Page MenuHomeFreeBSD

ctags: Recognize __attribute__ in function declarations.
ClosedPublic

Authored by des on May 25 2023, 2:28 PM.
Tags
None
Referenced Files
F68730367: D40264.diff
Tue, Oct 3, 7:59 PM
Unknown Object (File)
Aug 30 2023, 10:20 PM
Unknown Object (File)
Jul 9 2023, 1:15 PM
Unknown Object (File)
Jul 7 2023, 11:22 PM
Unknown Object (File)
Jun 26 2023, 10:29 PM
Unknown Object (File)
Jun 18 2023, 9:26 PM
Unknown Object (File)
May 27 2023, 4:47 PM
Unknown Object (File)
May 27 2023, 3:04 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51678
Build 48569: arc lint + arc unit

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