Skip to content
  • Brad King's avatar
    C++ feature checks: Match warnings more strictly · 4ca5a815
    Brad King authored
    Require the word "warning" to appear at the start of a line, after
    whitespace, or after a `:`.  This is the same that CTest launchers use
    to match warnings.  It avoids matching "warning" inside file paths.
    
    Fixes: #19019
    4ca5a815