| 1 | class Foo1 { // CHECK: class Bar1 |
|---|---|
| 2 | }; |
| 3 | |
| 4 | class Foo2 { // CHECK: class Bar2 |
| 5 | }; |
| 6 | |
| 7 | // Test 1. |
| 8 | // RUN: clang-rename -qualified-name=Foo1 -new-name=Bar1 -qualified-name=Foo2 -new-name=Bar2 %s -- | sed 's,//.*,,' | FileCheck %s |
| 9 |
| 1 | class Foo1 { // CHECK: class Bar1 |
|---|---|
| 2 | }; |
| 3 | |
| 4 | class Foo2 { // CHECK: class Bar2 |
| 5 | }; |
| 6 | |
| 7 | // Test 1. |
| 8 | // RUN: clang-rename -qualified-name=Foo1 -new-name=Bar1 -qualified-name=Foo2 -new-name=Bar2 %s -- | sed 's,//.*,,' | FileCheck %s |
| 9 |