bolt/deps/llvm-18.1.8/clang/test/clang-rename/YAMLInput.cpp

11 lines
299 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
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