[llvm] [llvm] annotate interfaces in llvm/ADT for DLL export (PR #136629)

Andrew Rogers via llvm-commits llvm-commits at lists.llvm.org
Tue May 13 22:26:54 PDT 2025


================
@@ -190,22 +191,26 @@ class APFixedPoint {
   // Convert this number to match the semantics provided. If the overflow
   // parameter is provided, set this value to true or false to indicate if this
   // operation results in an overflow.
-  APFixedPoint convert(const FixedPointSemantics &DstSema,
-                       bool *Overflow = nullptr) const;
+  LLVM_ABI APFixedPoint convert(const FixedPointSemantics &DstSema,
+                                bool *Overflow = nullptr) const;
----------------
andrurogerz wrote:

Yes, clang-format added that to align the argument indentation

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


More information about the llvm-commits mailing list