We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edddab commit 1f6ce27Copy full SHA for 1f6ce27
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