[PATCH] D18582: [Clang-tidy] Update release notes with list of checks added since 3.8

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 05:22:31 PDT 2016


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Looks good with a nit. Thank you!


================
Comment at: docs/ReleaseNotes.rst:129
@@ +128,3 @@
+
+  This check looks for procedures (functions returning no value) with `return`
+  statements at the end of the function.  Such `return` statements are
----------------
nit: Double backquotes should be used for inline code snippets.


Repository:
  rL LLVM

http://reviews.llvm.org/D18582





More information about the cfe-commits mailing list