https://bugs.kde.org/show_bug.cgi?id=358480

Sergey Kalinichev <kalinichev.s...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/kdev
                   |                            |elop/9b001d16ff1e88dc09f402
                   |                            |98eba82a59f5dc357b
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #1 from Sergey Kalinichev <kalinichev.s...@gmail.com> ---
Git commit 9b001d16ff1e88dc09f40298eba82a59f5dc357b by Sergey Kalinichev.
Committed on 28/02/2016 at 06:28.
Pushed by skalinichev into branch '5.0'.

Added "move into source" helper

This mostly uses the code from oldcpp. Which I cleaned up a bit and
remove a lot of unused functionality. Also I had to introduce a couple of
changes to the code due to e.g. inconsistencies in internal vs.
function contexts with oldcpp.
Related: bug 355148

Differential revision: https://phabricator.kde.org/D1005

M  +2    -0    languages/clang/CMakeLists.txt
M  +10   -4    languages/clang/clangsupport.cpp
M  +2    -2    languages/clang/clangsupport.h
A  +251  -0    languages/clang/codegen/simplerefactoring.cpp     [License: GPL
(v2/3)]
A  +58   -0    languages/clang/codegen/simplerefactoring.h     [License: GPL
(v2/3)]
A  +321  -0    languages/clang/codegen/sourcemanipulation.cpp     [License: GPL
(v2/3)]
A  +80   -0    languages/clang/codegen/sourcemanipulation.h     [License: GPL
(v2/3)]
M  +97   -0    languages/clang/tests/test_assistants.cpp
M  +3    -0    languages/clang/tests/test_assistants.h

http://commits.kde.org/kdevelop/9b001d16ff1e88dc09f40298eba82a59f5dc357b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to