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
Loading
Please sign in to comment