[clang-tidy] Do not match on lambdas.
We match on the generated FunctionDecl of the lambda and try to fix it. This causes a crash. The right behavior is to ignore lambdas, because they are a definition. llvm-svn: 274019
Loading
Please sign in to comment