We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de7ac7 commit 77141bfCopy full SHA for 77141bf
internal/arduino/builder/internal/diagnostics/store.go
@@ -27,6 +27,8 @@ func NewStore() *Store {
27
return &Store{}
28
}
29
30
+// Parse parses the output coming from a compiler. It then stores the parsed
31
+// diagnostics in a slice of Diagnostic.
32
func (m *Store) Parse(cmdline []string, out []byte) {
33
compiler := DetectCompilerFromCommandLine(
34
cmdline,
0 commit comments