summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-lambda-function-name.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] check for __func__/__FUNCTION__ in lambdasAlexander Kornienko2017-06-021-0/+41
Add a clang-tidy check for using func__/FUNCTION__ inside lambdas. This evaluates to the string operator(), which is almost never useful and almost certainly not what the author intended. Patch by Bryce Liu! Differential Revision: https://reviews.llvm.org/D33497 llvm-svn: 304570
OpenPOWER on IntegriCloud