Page MenuHomeFreeBSD

Search for objective c method definitions
ClosedPublic

Authored by thj on Feb 8 2022, 1:51 PM.
Tags
None
Referenced Files
F105244171: D34202.diff
Fri, Dec 13, 11:52 PM
Unknown Object (File)
Thu, Dec 5, 4:44 PM
Unknown Object (File)
Nov 12 2024, 6:53 AM
Unknown Object (File)
Oct 22 2024, 9:47 PM
Unknown Object (File)
Oct 18 2024, 9:33 PM
Unknown Object (File)
Oct 4 2024, 3:31 PM
Unknown Object (File)
Sep 24 2024, 3:33 PM
Unknown Object (File)
Sep 24 2024, 3:24 PM

Details

Summary

When searching back for function definitions, consider lines starting
with '+' and '-', this allows us to pick up objective methods as well as
c style function definitions.

Diff Detail

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

Event Timeline

thj requested review of this revision.Feb 8 2022, 1:51 PM

don't forget to add a unit test

This revision is now accepted and ready to land.Feb 8 2022, 2:36 PM
  • Add tests for finding function names
This revision now requires review to proceed.Feb 10 2022, 3:17 PM

Other than that wording tweak, spelling and grammar in manual page change LGTM.

usr.bin/diff/diff.1
400
This revision is now accepted and ready to land.Feb 11 2022, 7:16 PM
jilles added inline comments.
usr.bin/diff/tests/functionname_objcm.in
22

Fortunately, this code is never run :) The pointer subtraction is immediate undefined behaviour.

This revision was automatically updated to reflect the committed changes.