nik added inline comments.

================
Comment at: include/clang-c/Index.h:5302
+    CXCodeCompleteResults *results, unsigned completion_index,
+    unsigned fixit_index, CXSourceRange *replacement_range);
+
----------------
Please document the parameters. It's more important here than for any other 
function that was introduced.


================
Comment at: include/clang-c/Index.h:5338
+  /**
+   * Whether to include completion items with small
+   * fix-its, e.g. change '.' to '->' on member access, etc.
----------------
s/completion items/completions/g


https://reviews.llvm.org/D46862



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

Reply via email to