[PATCH] D31308: [clang-tidy] new check readability-no-alternative-tokens

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 12:10:52 PDT 2017


mgehre updated this revision to Diff 93519.
mgehre added a comment.

only check C++ code; only match operators that can have alternative representations


https://reviews.llvm.org/D31308

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/OperatorsRepresentationCheck.cpp
  clang-tidy/readability/OperatorsRepresentationCheck.h
  clang-tidy/readability/ReadabilityTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-operators-representation.rst
  test/clang-tidy/readability-operators-representation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31308.93519.patch
Type: text/x-patch
Size: 10039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170330/34b7a225/attachment.bin>


More information about the cfe-commits mailing list