[PATCH] D55482: [clang-tidy] Improve google-objc-function-naming diagnostics 📙

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 10 15:42:40 PST 2018


stephanemoore updated this revision to Diff 177609.
stephanemoore marked 4 inline comments as done.
stephanemoore added a comment.

Use the select modifier to customize diagnostics for static and non-static function instead of branching diagnostic code paths for static and non-static functions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55482/new/

https://reviews.llvm.org/D55482

Files:
  clang-tidy/google/FunctionNamingCheck.cpp
  test/clang-tidy/google-objc-function-naming.m
  test/clang-tidy/google-objc-function-naming.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55482.177609.patch
Type: text/x-patch
Size: 6230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181210/a451f1a3/attachment.bin>


More information about the cfe-commits mailing list