r194254 - Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
Benjamin Kramer
benny.kra at googlemail.com
Fri Nov 8 01:48:11 PST 2013
Author: d0k
Date: Fri Nov 8 03:48:11 2013
New Revision: 194254
URL: http://llvm.org/viewvc/llvm-project?rev=194254&view=rev
Log:
Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=194254&r1=194253&r2=194254&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Nov 8 03:48:11 2013
@@ -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<
More information about the cfe-commits
mailing list