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-errors3.td
blob
0a282c36099fbdf8bcedf245c58d207a4bcb0301
1
// RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s
2
3
// CHECK: [[FILE]]:[[@LINE+2]]:21: error: expected integer or bitrange
4
// CHECK: [[FILE]]:[[@LINE+1]]:21: error: expected declaration in for
5
foreach Index = "0" - 1 in {
6
7
}
8