[PATCH] D156320: [FLang] Add support for Rpass flag

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 23:58:26 PDT 2023


tschuett added inline comments.


================
Comment at: flang/include/flang/Frontend/CodeGenOptions.h:72
 
+  enum RemarkKind {
+    RK_Missing,            // Remark argument not present on the command line.
----------------
enum class?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156320/new/

https://reviews.llvm.org/D156320



More information about the cfe-commits mailing list