[PATCH] D94029: [clang-tidy] Add extra tests

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 4 13:42:18 PST 2021


steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a subscriber: xazax.hun.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

By default, check_clang_tidy runs tests in c++11-or-later mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94029

Files:
  clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
  clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
  clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
  clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94029.314447.patch
Type: text/x-patch
Size: 8338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210104/75597932/attachment-0001.bin>


More information about the cfe-commits mailing list