Skip to content
Snippets Groups Projects
Commit db7da0b3 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Remove diagnostic leftover from the ancient times when C++1y support was incomplete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194254 91177308-0d34-0410-b5e6-96231b3b80d8
parent 4a795861
No related branches found
No related tags found
No related merge requests found
......@@ -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<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment