vedgy added inline comments.

================
Comment at: clang/include/clang-c/Index.h:319
+   */
+  size_t Size;
+  /**
----------------
The type is `size_t` instead of the agreed upon `unsigned`, because the 
addition of `unsigned GlobalOptions` below means that `unsigned Size` no longer 
reduces the overall struct's size.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143418

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

Reply via email to