[PATCH] D130630: [clang-tidy] Add readability-nested-ifs check

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 14:53:59 PDT 2022


njames93 updated this revision to Diff 448172.
njames93 added a comment.

Fix typo in test file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130630/new/

https://reviews.llvm.org/D130630

Files:
  clang-tools-extra/clang-tidy/readability/CMakeLists.txt
  clang-tools-extra/clang-tidy/readability/NestedIfsCheck.cpp
  clang-tools-extra/clang-tidy/readability/NestedIfsCheck.h
  clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/docs/clang-tidy/checks/readability/nested-ifs.rst
  clang-tools-extra/test/clang-tidy/checkers/readability/nested-ifs-cxx17.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability/nested-ifs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130630.448172.patch
Type: text/x-patch
Size: 14253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220727/c47b57b1/attachment-0001.bin>


More information about the cfe-commits mailing list