Skip to content
  • Brad King's avatar
    Do not warn about left paren not separated by a space · 9040ec91
    Brad King authored
    Since commit 58e52416 (Warn about arguments not separated by whitespace,
    2013-02-16) we warn about arguments not separated by spaces.  Loosen the
    warning to not complain about left parens not separated by spaces from
    the preceding token.  This is common in code like "if(NOT(X))".
    
    Teach the RunCMake.Syntax test to cover cases of left parens not
    separated by spaces and check that no warning appears.
    9040ec91