[PATCH] D156989: FloatingPointMode: Use -1 for "Dynamic"

Jay Foad via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 05:07:06 PDT 2023


foad added inline comments.


================
Comment at: llvm/include/llvm/ADT/FloatingPointMode.h:39
+  // Special values.
+  Invalid = -2,
+
----------------
Lost the `///<` comment here.


================
Comment at: llvm/include/llvm/ADT/FloatingPointMode.h:41
+
+  ///< Denotes mode unknown at compile time.
+  Dynamic = -1,
----------------
Does `///<` work //before// the field name?


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

https://reviews.llvm.org/D156989



More information about the cfe-commits mailing list