Bug 399931 - Fix for toggling functions with return type from context.
authorThomas Corbat <tcorbat@hsr.ch>
Thu, 23 Apr 2015 06:34:26 +0000 (08:34 +0200)
committerThomas Corbat <tcorbat@hsr.ch>
Fri, 12 Jun 2015 14:35:39 +0000 (10:35 -0400)
commited3e9cf973d25a4e96a7b6b65ecaa2b597c173b9
tree2a10d23c06d9772d3bc7a97e39ded098a55249d0
parentd997a7c313290dfcdcab5ff382435950ff620e03
Bug 399931 - Fix for toggling functions with return type from context.

Change-Id: I188d851500c4464d12977c82805679eee31663f2
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPNodeFactory.java
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/c/CNodeFactory.java
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/CPPNodeFactory.java
core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/rewrite/astwriter/NameWriter.java
core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/refactoring/togglefunction/ToggleRefactoringTest.java
core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/togglefunction/ToggleNodeHelper.java