Skip to content

Commit

Permalink
Added IAR problem matcher (#10054) (#10085)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsisko authored Nov 1, 2022
1 parent 50eb6f9 commit 373e7fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,20 @@
"message": 5
}
},
{
"name": "iar",
"source": "iar",
"owner": "cpptools",
"fileLocation" : "absolute",
"pattern": {
"regexp": "^\"(.*?)\",(\\d+)\\s+(?:[Ff]atal\\s+)?([Ww]arning|[Ee]rror)\\[(\\w+\\d+)\\]:\\s+(.*)$",
"file": 1,
"line": 2,
"severity": 3,
"code": 4,
"message": 5
}
},
{
"name": "armcc5",
"source": "armcc5",
Expand Down

0 comments on commit 373e7fa

Please sign in to comment.