[PATCH] D19451: [clang-tidy] New checker for redundant expressions.

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 26 10:06:53 PDT 2016


etienneb updated this revision to Diff 55028.
etienneb marked 2 inline comments as done.
etienneb added a comment.

address alexfh comments.


http://reviews.llvm.org/D19451

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/RedundantExpressionCheck.cpp
  clang-tidy/misc/RedundantExpressionCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-redundant-expression.rst
  test/clang-tidy/misc-redundant-expression.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19451.55028.patch
Type: text/x-patch
Size: 13964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160426/b9a1cc27/attachment-0001.bin>


More information about the cfe-commits mailing list