[PATCH] D55101: [clang-tidy] Ignore namespaced and C++ member functions in google-objc-function-naming check 🙈

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 08:17:25 PST 2018


benhamilton added a comment.

IMHO we should just disable this check entirely for C++ files (including Objective-C++).

Since Objective-C++ files will have a mix of the Google Objective-C and Google C++ styles, I think there will be too many places where we'll hit conflicts like this (there are likely more).


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D55101





More information about the cfe-commits mailing list