mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-27 11:38:46 +02:00
MSVC needs two matchers: One general matcher for regular single-line warnings, and one multi-line matcher for template warnings that originate from a template in MSVC's library. In the latter case, MSVC prints the path to the actual file that should be annotated several lines down and all lines in between the first line and that line need to be matched by one of the regexps.