[flang-commits] [flang] [flang] Add support for additional compiler directive sentinel (PR #178941)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Fri Jan 30 13:47:40 PST 2026


================
@@ -36,6 +36,7 @@ struct Options {
   bool prescanAndReformat{false}; // -E
   bool expandIncludeLinesInPreprocessedOutput{true};
   bool showColors{false};
+  std::vector<std::string> compilerDirectivesSentinels;
----------------
clementval wrote:

Updated

https://github.com/llvm/llvm-project/pull/178941


More information about the flang-commits mailing list