Mercurial > hg > CbC > CbC_llvm
view clang/test/clang-rename/InvalidOffset.cpp @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
line wrap: on
line source
#include "Inputs/HeaderWithSymbol.h" #define FOO int bar; FOO int foo; // RUN: not clang-rename -new-name=qux -offset=259 %s -- 2>&1 | FileCheck %s // CHECK-NOT: CHECK // CHECK: error: SourceLocation in file {{.*}}InvalidOffset.cpp at offset 259 is invalid