1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 06:05:56 +02:00
cdt/core/org.eclipse.cdt.ui.tests
Thomas Corbat 786e2137eb Bug 399215 - Toggle Function breaks the code...
- Test case for reproducing the problem.
- The code is lost because a copy of the body, which contains macro
references is not rewritten, but its raw signature is taken. The raw
signature of a copy is empty in this case. I've solved this issue by
using the raw signature of the original node for get raw signature. This
is a fundamental change of ASTNode.getRawSignature(). We could also
solve this in the StatementWriter to get the original node before
accessing the raw signature.

Change-Id: I64b408b09444df818d30d99d99de4a1974eacf93
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
Reviewed-on: https://git.eclipse.org/r/39406
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-01-16 09:26:19 -05:00
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
icons
META-INF Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
resources Bug 442754 - Refactor the test harness for semantic highlightings 2014-11-15 01:25:41 -05:00
src/org/eclipse/cdt/ui Fixed deprecation warnings. 2015-01-08 16:14:15 -08:00
ui/org/eclipse/cdt/ui/tests Bug 399215 - Toggle Function breaks the code... 2015-01-16 09:26:19 -05:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.cvsignore
.options
.project
about.html
build.properties update copyrights 2009-05-27 15:48:21 +00:00
ChangeLog
plugin.xml Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
pom.xml Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
test.xml