Mercurial > hg > CbC > CbC_llvm
view clang/test/clang-rename/ForceMulti.cpp @ 176:de4ac79aef9d
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 17:13:11 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
class B /* Test 1 */ { // CHECK: class B2 /* Test 1 */ { }; class D : public B /* Test 1 */ { // CHECK: class D : public B2 /* Test 1 */ { }; // Test 1. // RUN: clang-rename -force -qualified-name B -new-name B2 -qualified-name E -new-name E2 %s -- | sed 's,//.*,,' | FileCheck %s