]> granicus.if.org Git - clang/commit
[refactor][extract] code extracted from inline method should be placed
authorAlex Lorenz <arphaman@gmail.com>
Wed, 1 Nov 2017 01:12:56 +0000 (01:12 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 1 Nov 2017 01:12:56 +0000 (01:12 +0000)
commit8ac52b01ceb1331c1642ac52b93229d038bf8df1
tree49865d4707f113386248e5a7bb11c7562866994f
parent06b063e3bbf2ce05d25770a4c77cf1b748ce198c
[refactor][extract] code extracted from inline method should be placed
in a function defined before the outer class

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317062 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Refactoring/Extract.cpp
test/Refactor/Extract/FromMethodToFunction.cpp [new file with mode: 0644]