18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "gcc-problem-matcher",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*${{ BASE }}\/?(.*?):(\\d+):(\\d+):.*?(warning|error): (.*)$"
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|