diff options
| author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-09-04 10:55:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 10:55:21 -0700 |
| commit | 1324789a65665c27eda9e04bc93db81cc859924c (patch) | |
| tree | 246cfb76b55d45a1ea3f4606d0e4675d2fb6e63c /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | d1e4a2d300f7c0c6b681ddf719132c81d348aaab (diff) | |
[flang][preprocessor] Extend handling of line continuation replacements (#107010)
Codes using traditional C preprocessors will sometimes put a keyword
macro name in a free form continuation line in order to get macro
replacement of part of an identifier, as in
call subr_&
&N&
&(1.)
where N is a keyword macro. f18 already handles this case, but not when
there is white space between the macro name and the following
continuation marker character '&'. Allow white space to appear.
Fixes https://github.com/llvm/llvm-project/issues/106931.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
