[flang-commits] [flang] [flang] Add support for additional compiler directive sentinel (PR #178941)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri Jan 30 11:10:30 PST 2026
================
@@ -36,6 +36,7 @@ struct Options {
bool prescanAndReformat{false}; // -E
bool expandIncludeLinesInPreprocessedOutput{true};
bool showColors{false};
+ std::vector<std::string> compilerDirectivesSentinels;
----------------
klausler wrote:
`Directives` should be `Directive`.
https://github.com/llvm/llvm-project/pull/178941
More information about the flang-commits
mailing list