[PATCH] D82825: [clang-tidy] Added alias llvm-else-after-return.

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


njames93 marked an inline comment as done.
njames93 added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/llvm-else-after-return.rst:3
+.. meta::
+   :http-equiv=refresh: 5;URL=readability-else-after-return.html
+
----------------
aaron.ballman wrote:
> Hmmm, this means users have five seconds to read the text below before they get redirected. We usually just have the short text about the check being an alias (the first paragraph) and then put the remainder of the information in the target check if it's important.
Fair point I'll put the extra information in the target check


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82825





More information about the cfe-commits mailing list