dexonsmith added inline comments.

================
Comment at: clang/include/clang/Basic/CodeGenOptions.h:306-307
 
+  // The kind of optimization remark argument on the command line.
+  RemarkKind OptimizationRemarkKind;
   /// Regular expression to select optimizations for which we should enable
----------------
Can this just be a `Kind` field in `RemarkPattern`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96847

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to