[all-commits] [llvm/llvm-project] 5d15f6: [flang][preprocessing] Mix preprocessing directive...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 24 10:19:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d15f606da4cb4346465956d935a2842f8e86200
https://github.com/llvm/llvm-project/commit/5d15f606da4cb4346465956d935a2842f8e86200
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M flang/include/flang/Parser/preprocessor.h
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
A flang/test/Preprocessing/cond-contin.F90
A flang/test/Preprocessing/inc-contin-1.F
A flang/test/Preprocessing/inc-contin-1.h
A flang/test/Preprocessing/inc-contin-2.F90
A flang/test/Preprocessing/inc-contin-2a.h
A flang/test/Preprocessing/inc-contin-2b.h
M flang/test/Preprocessing/include-args.F90
M flang/unittests/Frontend/FrontendActionTest.cpp
Log Message:
-----------
[flang][preprocessing] Mix preprocessing directives with free form li… (#96244)
…ne continuation
Allow preprocessing directives to appear between a source line and its
continuation, including conditional compilation directives (#if, #ifdef,
&c.).
Fixes https://github.com/llvm/llvm-project/issues/95476.
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