Author: arphaman Date: Fri Jun 30 09:58:36 2017 New Revision: 306843 URL: http://llvm.org/viewvc/llvm-project?rev=306843&view=rev Log: Move ClassReplacements.cpp test from clang-rename tests to the clang-apply-replacements tests
The ClassReplacements.cpp test in the clang-rename tests uses clang-apply-replacements. I moved it back to the clang-tools-extra repository for now to ensure that the clang-rename tests can pass when clang is compiled without clang-tools-extra. Removed: cfe/trunk/test/clang-rename/ClassReplacements.cpp Removed: cfe/trunk/test/clang-rename/ClassReplacements.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/clang-rename/ClassReplacements.cpp?rev=306842&view=auto ============================================================================== --- cfe/trunk/test/clang-rename/ClassReplacements.cpp (original) +++ cfe/trunk/test/clang-rename/ClassReplacements.cpp (removed) @@ -1,11 +0,0 @@ -// RUN: rm -rf %t -// RUN: mkdir -p %t/fixes -// RUN: cat %s > %t.cpp -// RUN: clang-rename -offset=254 -new-name=Bar -export-fixes=%t/fixes/clang-rename.yaml %t.cpp -- -// RUN: clang-apply-replacements %t -// RUN: sed 's,//.*,,' %t.cpp | FileCheck %s - -class Foo {}; // CHECK: class Bar {}; - -// Use grep -FUbo 'Foo' <file> to get the correct offset of Cla when changing -// this file. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits