[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 09:06:04 PDT 2022


njames93 updated this revision to Diff 448064.
njames93 marked an inline comment as done.
njames93 added a comment.

Remove Excessive Newline.
Hopefully fix the windows test failing.


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.448064.patch
Type: text/x-patch
Size: 14254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220727/976bd624/attachment-0001.bin>


More information about the cfe-commits mailing list