[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 13:19:07 PDT 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:83
+
+	Finds uses of __func__ or __FUNCTION__ inside lambdas.
+
----------------
Please highlight __func__ and __FUNCTION__ with ``.


https://reviews.llvm.org/D33497





More information about the cfe-commits mailing list