[PATCH] D131193: [Docs] Fix duplicate enum item name

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 12:53:07 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/IR/CallingConv.h:181
 
-    /// HHVM calling convention for invoking C/C++ helpers.
+    /// Calling convention for invoking C/C++ helpers.
     HHVM_C = 82,
----------------
"HHVM" is an important detail here and does not repeat the enum member name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131193



More information about the llvm-commits mailing list