Commit 7bfd7054 authored by Richard Smith's avatar Richard Smith
Browse files

Don't produce a redundant "auto type is incompatible with C++98" on every...

Don't produce a redundant "auto type is incompatible with C++98" on every lambda with no explicit return type.

We already warned about the lambda, and we don't have a source location for the imagined "auto" anyway.

llvm-svn: 332401
parent 651d0bf9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment