clear method

void clear()

Wipes the instance of all collected results for re-use.

Implementation

void clear() {
  errors.clear();
  warns.clear();
  infos.clear();
}