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

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 01:27:50 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260503: [clang-tidy] Add a check to find unintended semicolons that changes theā€¦ (authored by xazax).

Changed prior to commit:
  http://reviews.llvm.org/D16535?vs=47446&id=47604#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16535

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

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


More information about the cfe-commits mailing list