aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/tests/functionname_c.out
Commit message (Collapse)AuthorAgeFilesLines
* diff: Detect Objective-C methodsTom Jones2022-02-181-0/+11
When searching back for function definitions, consider lines starting with '+' and '-', this allows us to pick up Objective-C methods as well as C style function definitions. Reviewed by: bapt Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D34202