Eugene.Zelenko added inline comments.

================
Comment at: 
clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp:399
 
-  return true;
+  return;
 }
----------------
Non needed. See readability-redundant-control-flow.


================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst:22
+  virtual float f3() const && = delete;    virtual auto f3() const && -> float 
= delete;
+======================================== 
===============================================
 
----------------
bernhardmgruber wrote:
> I tried 2 online rst editors and they failed to format the code blocks inside 
> the tables. Will this work with the clang documentation?
In other documentation such examples are sequential. Same below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80514



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

Reply via email to