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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
foreach-range-parse-errors5.td
blob
835bb7a74be5632eedbc4ae663346836f0dca76c
1
// RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s
2
3
// CHECK: [[FILE]]:[[@LINE+2]]:23: error: expected integer or bitrange
4
// CHECK: [[FILE]]:[[@LINE+1]]:23: error: expected declaration in for
5
foreach Index = 0b110 - 0b111 in {
6
7
}
8