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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 05:55:42 PDT 2020


aaron.ballman 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
+
----------------
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.


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