repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
clang-rename
/
NoNewName.cpp
blob
4f882d83b0c19038138398ccfdc801306ac21ba6
1
// Check for an error while -new-name argument has not been passed to
2
// clang-rename.
3
// RUN: not clang-rename -offset=133 %s 2>&1 | FileCheck %s
4
// CHECK: clang-rename: -new-name must be specified.