diff options
author | Jonas Toth <jonas.toth@gmail.com> | 2018-10-04 15:47:57 +0000 |
---|---|---|
committer | Jonas Toth <jonas.toth@gmail.com> | 2018-10-04 15:47:57 +0000 |
commit | c97671e5da1c7efd81e87ff639bbfcce3ba9c1e7 (patch) | |
tree | 585b59b6017532d48660549a5809aea67d87249a /clang/lib/Sema/Sema.cpp | |
parent | 2ee9f37fce8a5f35c35e726f3ef878e508eb6bd6 (diff) | |
download | bcm5719-llvm-c97671e5da1c7efd81e87ff639bbfcce3ba9c1e7.tar.gz bcm5719-llvm-c97671e5da1c7efd81e87ff639bbfcce3ba9c1e7.zip |
[clang-tidy] Added pointer types to clang-tidy readability-identifier-naming check.
Summary:
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, ...).
Patch by ffigueras!
Reviewers: alexfh, kbobyrev
Reviewed By: alexfh
Subscribers: xazax.hun, cfe-commits
Differential Revision: https://reviews.llvm.org/D52882
llvm-svn: 343788
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
0 files changed, 0 insertions, 0 deletions