summaryrefslogtreecommitdiff
path: root/test/clang-rename/YAMLInput.cpp
blob: 55dbc6d66a5a6caff4e6f562ebea1d5081224b3e (plain)
1
2
3
4
5
6
7
8
9
10
class Foo1 { // CHECK: class Bar1
};

class Foo2 { // CHECK: class Bar2
};

// Test 1.
// RUN: clang-rename -input %S/Inputs/OffsetToNewName.yaml %s -- | sed 's,//.*,,' | FileCheck %s
// Test 2.
// RUN: clang-rename -input %S/Inputs/QualifiedNameToNewName.yaml %s -- | sed 's,//.*,,' | FileCheck %s