[PATCH] D33497: [clang-tidy] check for __func__/__FUNCTION__ in lambdas

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 14:19:06 PDT 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:83
+
+	Finds uses of __func__ or __FUNCTION__ inside lambdas.
+
----------------
Eugene.Zelenko wrote:
> Please highlight __func__ and __FUNCTION__ with ``.
I meant double ``, not single `.


https://reviews.llvm.org/D33497





More information about the cfe-commits mailing list