[PATCH] Fix replacements for files with relative paths are not	applied.
    Manuel Klimek 
    klimek at google.com
       
    Thu Oct 17 10:29:26 PDT 2013
    
    
  
================
Comment at: unittests/Tooling/RefactoringTest.cpp:290
@@ +289,3 @@
+  EXPECT_EQ(0, chdir(TempPath.str().c_str()));
+  llvm::sys::fs::current_path(CurrentPath);
+
----------------
Ariel Bernal wrote:
> Disregard this line, it should't be here
It's still in the updated patch, though :)
http://llvm-reviews.chandlerc.com/D1800
    
    
More information about the cfe-commits
mailing list