[PATCH] D46792: [LLVM-C] Add Bindings For Module Flags

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 12 09:01:28 PDT 2018


aprantl added inline comments.


================
Comment at: include/llvm-c/Core.h:385
+typedef enum {
+  LLVMModuleFlagBehaviorError, /**< Emits an error if two values disagree,
+                                 otherwise the resulting value is that of
----------------
The /**<  style comments are useful when the comment fits on the same line, but if not, it just ends up looking silly :-)
Can you move the comment to the line above the enumerator?


Repository:
  rL LLVM

https://reviews.llvm.org/D46792





More information about the llvm-commits mailing list