]> granicus.if.org Git - clang/commit
This patch fixes replacements that are not applied when relative paths are
authorAriel J. Bernal <ariel.j.bernal@intel.com>
Fri, 18 Oct 2013 18:38:24 +0000 (18:38 +0000)
committerAriel J. Bernal <ariel.j.bernal@intel.com>
Fri, 18 Oct 2013 18:38:24 +0000 (18:38 +0000)
commit044d01f6844536aa548c3e6611c377fe28a2082f
treed8e48c834cc416e040456611c0fbcd2f7773c2b8
parentc5cdafcdb8eea9625e86b015ba7a2504f18a99b7
This patch fixes replacements that are not applied when relative paths are
specified.

In particular it makes sure that  relative paths for non-virtual files aren't
made absolute.
Added unittest.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Refactoring.cpp
unittests/Tooling/RefactoringTest.cpp