[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / clang-rename / YAMLInput.cpp
blob55dbc6d66a5a6caff4e6f562ebea1d5081224b3e
1 class Foo1 { // CHECK: class Bar1
2 };
4 class Foo2 { // CHECK: class Bar2
5 };
7 // Test 1.
8 // RUN: clang-rename -input %S/Inputs/OffsetToNewName.yaml %s -- | sed 's,//.*,,' | FileCheck %s
9 // Test 2.
10 // RUN: clang-rename -input %S/Inputs/QualifiedNameToNewName.yaml %s -- | sed 's,//.*,,' | FileCheck %s