[PATCH] D82824: [clang-tidy] Added option to readability-else-after-return

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 08:06:36 PDT 2020


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

Renamed new option to WarnOnConditionVariables


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82824

Files:
  clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
  clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst
  clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-no-cond-var-refactor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82824.274473.patch
Type: text/x-patch
Size: 5624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200630/06bd5bfa/attachment.bin>


More information about the cfe-commits mailing list