mirror of
https://github.com/aminya/setup-cpp
synced 2024-11-30 21:22:30 +08:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "llvm",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|