[PATCH] D37014: [clang-tidy] Add a checker to remove useless intermediate variables before return statements with comparisons
Tristan Bourvon via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 29 10:16:25 PDT 2018
tbourvon marked an inline comment as done.
tbourvon added inline comments.
================
Comment at: docs/ReleaseNotes.rst:62
- New `bugprone-throw-keyword-missing
<http://clang.llvm.org/extra/clang-tidy/checks/bugprone-throw-keyword-missing.html>`_ check
----------------
Eugene.Zelenko wrote:
> Please rebase from trunk and use //:doc:// for link.
I'm sorry, what do you mean by "use :doc: for link"?
https://reviews.llvm.org/D37014
More information about the cfe-commits
mailing list