[PATCH] D137968: [clang-tidy] Ignore overriden methods in `readability-const-return-type`.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 12:22:36 PST 2022


njames93 accepted this revision.
njames93 added a comment.

Lg, but can you address that one nit before landing



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:169
 
+- Change the behavior of :doc:`readability-const-return-type
+  <clang-tidy/checks/readability/const-return-type>` to not
----------------
Can this be moved to below the braces around statements check as we like to keep things in alphabetical order.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137968



More information about the cfe-commits mailing list