[PATCH] D17244: [clang-tidy] readability-ternary-operator new check

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 12:55:38 PST 2016


omtcyf0 updated this revision to Diff 48231.
omtcyf0 added a comment.

Followed some suggestions Richard has kindly given me; fixed the nonsense in SourceRanges' extracting code


http://reviews.llvm.org/D17244

Files:
  clang-tidy/readability/BracesAroundStatementsCheck.cpp
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/TernaryOperatorCheck.cpp
  clang-tidy/readability/TernaryOperatorCheck.h
  clang-tidy/utils/LexerUtils.cpp
  clang-tidy/utils/LexerUtils.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-ternary-operator.rst
  test/clang-tidy/readability-ternary-operator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17244.48231.patch
Type: text/x-patch
Size: 17930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160217/60ec98e6/attachment-0001.bin>


More information about the cfe-commits mailing list