[PATCH] D30931: [clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring case style

Juliusz Toczydłowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 22 05:15:38 PDT 2017


jutocz updated this revision to Diff 92619.
jutocz added a comment.

I like the idea of using `llvm::None` plus `operator bool` and `operator *`.
I've updated the diff to use `llvm::Optional` this way .


https://reviews.llvm.org/D30931

Files:
  clang-tidy/readability/IdentifierNamingCheck.cpp
  clang-tidy/readability/IdentifierNamingCheck.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30931.92619.patch
Type: text/x-patch
Size: 15577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170322/0cb88239/attachment-0001.bin>


More information about the cfe-commits mailing list