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

Bryce Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 14:22:40 PDT 2017


brycel marked an inline comment as done.
brycel added inline comments.


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


https://reviews.llvm.org/D33497





More information about the cfe-commits mailing list