llvm-project/flang/lib
peter klausler 320389e849 [flang] Fix source line continuation in potential macro calls (bugzilla 46768)
The prescanner looks for implicit continuation lines when
there are unclosed parentheses at the end of a line, so that
source preprocessing macro references with arguments that span
lines are recognized.  The condition that determines this
implicit continuation has been put into a predicate member
function and corrected to apply only when the following line
is source (not a preprocessing directive, comment, &c.).

Fixes bugzilla #46768.

Reviewed By: sscalpone

Differential Revision: https://reviews.llvm.org/D84280
2020-07-21 18:21:35 -07:00
..
Common [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
Decimal [flang] Tuning up binary->decimal conversion 2020-07-14 13:22:26 -07:00
Evaluate [flang] Fix frontend build with -DBUILD_SHARED_LIBS=On 2020-07-09 15:54:19 -07:00
Lower [flang][OpenMP] Added support for lowering OpenMP taskwait construct 2020-07-17 20:01:54 +05:30
Optimizer [flang] Adopt NoRegionArguments (WhereOp) and ParentOneOf (ResultOp) traits 2020-07-16 08:35:22 -07:00
Parser [flang] Fix source line continuation in potential macro calls (bugzilla 46768) 2020-07-21 18:21:35 -07:00
Semantics [flang] Add missing link dependencies to FrontendOpenACC. 2020-07-16 14:22:18 +01:00
CMakeLists.txt [flang] A rework of the cmake build components for in and out of tree builds. 2020-03-26 18:17:04 +00:00