Implicit functions are outside the control of source authors and should
be exempt from style restrictions.
Tested via running clang tools tests.
Differential D57207
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈 stephanemoore on Jan 24 2019, 4:54 PM. Authored by
Details Implicit functions are outside the control of source authors and should Tested via running clang tools tests.
Diff Detail
Event Timeline
Comment Actions LGTM with a commenting request.
Comment Actions Add comment explaining that builtin function call generates implicit function declaration and update calling function name for improved clarity.
|
This comment is drifting more and more out of sync with the code.