[all-commits] [llvm/llvm-project] 1bef59: [flang][preprocessor] Further macro replacement of...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 4 08:44:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bef59c9db07840609c919fa95127decbfc3f55d
https://github.com/llvm/llvm-project/commit/1bef59c9db07840609c919fa95127decbfc3f55d
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths:
M flang/lib/Parser/prescan.cpp
A flang/test/Preprocessing/pp047.F
A flang/test/Preprocessing/pp135.F90
Log Message:
-----------
[flang][preprocessor] Further macro replacement of continued identifiers (#134302)
The preprocessor can perform macro replacement within identifiers when
they are split up with Fortran line continuation, but is failing to do
macro replacement on a continued identifier when none of its parts are
replaced.
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