1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
cdt/core
Andrey Mozzhuhin f4f9785b87 Bug 562181: Fix auto indent after constructor with access specifiers
Some heuristics in skipToStatementStart require knowledge of previous
token. It is initialized with value from a fToken, but it current value
may be invalid because looksLikeMethodDecl changes fPossition value
without adjusting a fToken. Using invalid value may lead to false
triggering of heuristics. Restore fToken value when change fPossition in
looksLikeMethodDecl to prevent this.

Change-Id: If0c2c0577c89a983e1479587409f293c3d0db7be
Signed-off-by: Andrey Mozzhuhin <amozzhuhin@yandex.ru>
2020-04-16 09:28:55 -04:00
..
org.eclipse.cdt.core Bug 561992 - Remove dependency to com.ibm.icu from CDT Core 2020-04-11 07:27:04 -04:00
org.eclipse.cdt.core.linux [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.macosx [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.native Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
org.eclipse.cdt.core.tests [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.win32 [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.win32.x86_64 [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.ui Bug 562181: Fix auto indent after constructor with access specifiers 2020-04-16 09:28:55 -04:00
org.eclipse.cdt.ui.tests Bug 562181: Fix auto indent after constructor with access specifiers 2020-04-16 09:28:55 -04:00
pom.xml [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00