[PATCH] D52882: [clang-tidy] Added pointer types to clang-tidy readability-identifier-naming check.

Francesc Figueras via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 05:20:50 PDT 2018


ffigueras created this revision.
ffigueras added reviewers: alexfh, kbobyrev.
Herald added subscribers: cfe-commits, xazax.hun.

Option to check for different naming conventions on the following types:

- GlobalConstantPointer
- GlobalPointer
- LocalConstantPointer
- LocalPointer
- PointerParameter
- ConstantPointerParameter

When not specified, the conventions for the non pointer types will be applied (GlobalConstant, GlobalVariable, LocalConstant, ...).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52882

Files:
  clang-tidy/readability/IdentifierNamingCheck.cpp
  test/clang-tidy/readability-identifier-naming.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52882.168266.patch
Type: text/x-patch
Size: 6739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181004/58ef95c6/attachment-0001.bin>


More information about the cfe-commits mailing list