Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
test
/
clang-rename
/
InvalidNewName.cpp
blob: e6b38e59420a8fa9ad0f4c77d6666e4f3c93854a [
file
] [
log
] [
blame
]
// RUN: not clang-rename -new-name=class -offset=133 %s 2>&1 | FileCheck %s
// CHECK: ERROR: new name is not a valid identifier in C++17.