Eugene.Zelenko added inline comments.

================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:200
+  <clang-tidy/checks/readability-else-after-return>` check now supports a 
+  ``RefactorConditionVariables`` option to control whether to refactor 
condition
+  variables where possible.
----------------
Please use single back-ticks for option name.


================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst:67
+
+   When ``true``, Emit a warning for cases where the check can't output a 
+   Fix-It. These can occur with declarations inside the ``else`` branch that
----------------
Please use single back-ticks for option values. Same below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82824



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to