[flang-commits] [PATCH] D153910: [flang] Honor #line and related preprocessing directives
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jun 28 03:45:28 PDT 2023
kiranchandramohan added inline comments.
================
Comment at: flang/lib/Parser/preprocessor.cpp:1131
+ const std::string *linePath{nullptr};
+ std::optional<int> lineNumber, thisTrueLineNumber;
+ SourceFile *sourceFile{nullptr};
----------------
Nit: `thisTrueLineNumber` is unused.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153910/new/
https://reviews.llvm.org/D153910
More information about the flang-commits
mailing list