diff options
author | Brad King <brad.king@kitware.com> | 2022-08-09 13:07:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-09 13:09:51 (GMT) |
commit | a7211d6a2fd3097f88af94633b584d8ff76a8bce (patch) | |
tree | 40f62046de5ef271b6835ba48b76b35220acf47a /Tests | |
parent | 8ca7a53cdd0bf82f93447a581c95ca738df2d86c (diff) | |
download | CMake-a7211d6a2fd3097f88af94633b584d8ff76a8bce.zip CMake-a7211d6a2fd3097f88af94633b584d8ff76a8bce.tar.gz CMake-a7211d6a2fd3097f88af94633b584d8ff76a8bce.tar.bz2 |
Fortran: Teach lexer to handle CRLF newlines
We read sources in binary format, so we need to explicitly match CR
(`\r`) characters that occur as part of newlines in CRLF sources.
This is particularly important when line continuation (`&`) occurs
in the middle of module declaration or usage.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions