-
- Downloads
Warn about arguments not separated by whitespace
Teach the lexer to return tokens for whitespace. Teach the parser to tolerate the space tokens where whitespace is allowed. Also teach the parser to diagnose and warn about cases of quoted arguments followed immediately by another argument. This was accidentally allowed previously, so we only warn. Update the RunCMake.Syntax test case StringNoSpace expected stderr to include the warnings.
Showing
- Source/cmListFileCache.cxx 34 additions, 6 deletionsSource/cmListFileCache.cxx
- Source/cmListFileLexer.c 62 additions, 57 deletionsSource/cmListFileLexer.c
- Source/cmListFileLexer.h 1 addition, 0 deletionsSource/cmListFileLexer.h
- Source/cmListFileLexer.in.l 5 additions, 1 deletionSource/cmListFileLexer.in.l
- Tests/RunCMake/Syntax/StringNoSpace-stderr.txt 17 additions, 1 deletionTests/RunCMake/Syntax/StringNoSpace-stderr.txt
Please register or sign in to comment