[PATCH] D23353: [clang-tidy] Add check 'misc-use-after-move'

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 08:41:30 PDT 2016


mboehme updated this revision to Diff 68366.
mboehme added a comment.

Remove braces around another single-line if statement block


https://reviews.llvm.org/D23353

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/UseAfterMoveCheck.cpp
  clang-tidy/misc/UseAfterMoveCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-use-after-move.rst
  test/clang-tidy/misc-use-after-move.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23353.68366.patch
Type: text/x-patch
Size: 65855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160817/1767d1e3/attachment-0001.bin>


More information about the cfe-commits mailing list