1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-07 02:23:18 +02:00
cdt/core
Jonah Graham 1dd218df31 Stop using _ identifier
From JLS 15.27.1.

It is a compile-time error if a lambda parameter has the name _ (that
is, a single underscore character).

The use of the variable name _ in any context is discouraged. Future
versions of the Java programming language may reserve this name as a
keyword and/or give it special semantics.

Change-Id: I6f357dcc8f1eea933c6fc3afb474982e6d6210fe
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-04-15 11:12:02 +01:00
..
org.eclipse.cdt.core Bug 491748 - Name resolution problem with initializer list 2016-04-14 20:28:34 -07:00
org.eclipse.cdt.core.aix
org.eclipse.cdt.core.linux
org.eclipse.cdt.core.linux.ppc
org.eclipse.cdt.core.linux.ppc64
org.eclipse.cdt.core.linux.ppc64le
org.eclipse.cdt.core.linux.x86
org.eclipse.cdt.core.linux.x86_64
org.eclipse.cdt.core.macosx
org.eclipse.cdt.core.native Update copyright dates 2016-02-11 01:50:14 -05:00
org.eclipse.cdt.core.solaris
org.eclipse.cdt.core.tests Stop using _ identifier 2016-04-15 11:12:02 +01:00
org.eclipse.cdt.core.win32 Bug 487444 - Spawner.exec() fails if child process cannot breakaway from parent job 2016-02-09 10:42:46 +01:00
org.eclipse.cdt.core.win32.x86 Bug 487444 - Spawner.exec() fails if child process cannot breakaway from parent job 2016-02-09 10:42:46 +01:00
org.eclipse.cdt.core.win32.x86_64 Bug 487444 - Spawner.exec() fails if child process cannot breakaway from parent job 2016-02-09 10:42:46 +01:00
org.eclipse.cdt.ui Tighter integration of new build system with cdt.core. 2016-04-14 16:19:37 -04:00
org.eclipse.cdt.ui.tests Bug 489468 - Extract Function creates illegal declaration in .h when 2016-03-11 17:47:46 -05:00