[all-commits] [llvm/llvm-project] 82d7a6: [flang] Diagnose fixed form statement that begins ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Jan 28 10:51:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82d7a6b2bbc9642b84cf068ae923f5ec316e9d6c
https://github.com/llvm/llvm-project/commit/82d7a6b2bbc9642b84cf068ae923f5ec316e9d6c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Changed paths:
M flang/lib/Parser/prescan.cpp
M flang/test/Preprocessing/pp044.F
Log Message:
-----------
[flang] Diagnose fixed form statement that begins with continuation line
A fixed form continuation line should not be the first line of a statement;
emit a warning if it looks like one is so that the programmer can look
for a missing card.
Differential Revision: https://reviews.llvm.org/D142763
More information about the All-commits
mailing list