[PATCH] D24892: [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-member-init

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 22:43:32 PDT 2017


mgehre updated this revision to Diff 107632.
mgehre marked 3 inline comments as done.
mgehre added a comment.
Herald added subscribers: kbarton, xazax.hun, JDevlieghere.

Implemented all review comments
Use global settings "UseAssignment"


https://reviews.llvm.org/D24892

Files:
  clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
  clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
  test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assignment.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24892.107632.patch
Type: text/x-patch
Size: 6133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170721/7d5a7d74/attachment-0001.bin>


More information about the cfe-commits mailing list