[PATCH] D18608: note for top-level consts in function decls tidy

Matt Kulukundis via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 14:20:59 PDT 2016


fowles added inline comments.

================
Comment at: docs/ReleaseNotes.rst:153-154
@@ -152,2 +152,4 @@
 
+  * `readability-avoid-const-params-in-decls
+    <http://llvm.org/releases/3.8.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-avoid-const-params-in-decls.html>`_
   * `readability-identifier-naming
----------------
LegalizeAdulthood wrote:
> Was this added in 3.8 or is it being added in 3.9?
> 
> That URL gives me 404 not found.
> 
> If it is new to 3.9, it should be farther up in the file.
I don't know.  It was committed yesterday.


http://reviews.llvm.org/D18608





More information about the cfe-commits mailing list