[PATCH] D18914: [clang-tidy] new readability-redundant-inline

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 8 17:05:00 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: docs/clang-tidy/checks/readability-redundant-inline.rst:6
@@ +5,3 @@
+
+This check flags redundant 'inline' specifiers.
+It flags 'inline' on member functions defined inside a class definition like
----------------
Please use `` for language construction highlighting. Same for other occurrences of inline and constexpr.


http://reviews.llvm.org/D18914





More information about the cfe-commits mailing list