Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This looks good! Just one question.
clang/test/ExtractAPI/objc_interface.m | ||
---|---|---|
204 | I'm curious: Does this properly handle Objective-C methods with multiple arguments? i.e. if there were a method setProperty:andOtherProperty:, would that be the navigator name? |
Comment Actions
Add test to check that ObjC methods with multiple external parameters get the
correct name in subHeadings and navigator.
I'm curious: Does this properly handle Objective-C methods with multiple arguments? i.e. if there were a method setProperty:andOtherProperty:, would that be the navigator name?