- rename-at is meant to be integrated with editors and works mainly off of a location in a file, and this is the default - rename-all is optimized for one or more oldname->newname renames, and works with clang-apply-replacements Reviewers: bkramer, klimek Subscribers: omtcyfz Differential Revision: https://reviews.llvm.org/D21814 llvm-svn: 277438
5 lines
215 B
C++
5 lines
215 B
C++
// Check for an error while -new-name argument has not been passed to
|
|
// clang-rename.
|
|
// RUN: not clang-rename -offset=133 %s 2>&1 | FileCheck %s
|
|
// CHECK: clang-rename: for the -new-name option: must be specified
|