We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fd729 commit e33e5c4Copy full SHA for e33e5c4
.github/problem-matchers/clang-format.json
@@ -0,0 +1,30 @@
1
+{
2
+ "problemMatcher": [
3
+ {
4
+ "owner": "clang-format-error",
5
+ "severity": "error",
6
+ "pattern": [
7
8
+ "regexp": "^(.*?)\\((\\d+),(\\d*)\\):\\s+(?:fatal\\s+)?error:\\s+(.*)$",
9
+ "file": 1,
10
+ "line": 2,
11
+ "column": 3,
12
+ "message": 4
13
+ }
14
+ ]
15
+ },
16
17
+ "owner": "clang-format-warning",
18
+ "severity": "warning",
19
20
21
+ "regexp": "^(.*?)\\((\\d+),(\\d*)\\):\\s+(?:fatal\\s+)?warning:\\s+(.*)$",
22
23
24
25
26
27
28
29
30
+}
0 commit comments