[all-commits] [llvm/llvm-project] dfbc80: [flang] Fix continuation when line begins with emp...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Dec 2 12:26:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfbc80febb45544710b12cc05f268f40ef88cd6e
https://github.com/llvm/llvm-project/commit/dfbc80febb45544710b12cc05f268f40ef88cd6e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M flang/lib/Parser/prescan.cpp
A flang/test/Preprocessing/bug117297.F90
Log Message:
-----------
[flang] Fix continuation when line begins with empty macro expansion (#117407)
A free form source line that begins with a macro should still be
classified as a source line, and have its continuation lines work, even
if the macro expands to an empty replacement.
Fixes https://github.com/llvm/llvm-project/issues/117297.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list