forked from OSchip/llvm-project
Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
llvm-svn: 194254
This commit is contained in:
parent
8653443902
commit
6d9d34b5a6
|
@ -5133,10 +5133,6 @@ let CategoryName = "Lambda Issue" in {
|
|||
"cannot deduce type for lambda capture %0 from initializer list">;
|
||||
}
|
||||
|
||||
// C++1y Generic Lambdas
|
||||
def err_glambda_not_fully_implemented : Error<
|
||||
"unimplemented generic lambda feature: %0">;
|
||||
|
||||
def err_return_in_captured_stmt : Error<
|
||||
"cannot return from %0">;
|
||||
def err_capture_block_variable : Error<
|
||||
|
|
Loading…
Reference in New Issue