[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
authorStephane Moore <mog@google.com>
Thu, 21 Feb 2019 00:34:01 +0000 (00:34 +0000)
committerStephane Moore <mog@google.com>
Thu, 21 Feb 2019 00:34:01 +0000 (00:34 +0000)
commit3eea706e3e54a1867fe3848ddfd64b47bbd5e721
treec27d06d8abcc8907a4e4899963e84966faf0b12e
parent9c9a8a96d367ca086877bb2a59ece748c17c4986
[clang-tidy] Make google-objc-function-naming ignore implicit functions ðŸ™ˆ

Summary:
Implicit functions are outside the control of source authors and should
be exempt from style restrictions.

Tested via running clang tools tests.

This is an amended followup to https://reviews.llvm.org/D57207

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: jdoerfert, xazax.hun, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58095

llvm-svn: 354534
clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
clang-tools-extra/test/clang-tidy/Inputs/Headers/stdio.h [new file with mode: 0644]
clang-tools-extra/test/clang-tidy/google-objc-function-naming.m