[PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 06:59:18 PST 2016


xazax.hun updated this revision to Diff 47316.
xazax.hun added a comment.

- Fixed the cases pointed out by the review.


http://reviews.llvm.org/D16535

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/SuspiciousSemicolonCheck.cpp
  clang-tidy/misc/SuspiciousSemicolonCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-suspicious-semicolon.rst
  test/clang-tidy/misc-suspicious-semicolon.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16535.47316.patch
Type: text/x-patch
Size: 10483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160209/a57ed2d1/attachment.bin>


More information about the cfe-commits mailing list