repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git]
/
lldb
/
tools
/
lldb-dap
/
.vscode
/
tasks.json
blob
f82fc4134e78fb3059c3fb1ec625745097af509c
1
{
2
"version": "2.0.0",
3
"tasks": [
4
{
5
"type": "npm",
6
"script": "compile",
7
"group": "build",
8
"presentation": {
9
"panel": "dedicated",
10
"reveal": "never"
11
},
12
"problemMatcher": [
13
"$tsc"
14
]
15
},
16
{
17
"type": "npm",
18
"script": "watch",
19
"isBackground": true,
20
"group": {
21
"kind": "build",
22
"isDefault": true
23
},
24
"presentation": {
25
"panel": "dedicated",
26
"reveal": "never"
27
},
28
"problemMatcher": [
29
"$tsc-watch"
30
]
31
}
32
]
33
}