[PATCH] D14695: [libclang] Add entry points that take a full command line including argv[0].

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 16 02:29:44 PST 2015


klimek added inline comments.

================
Comment at: include/clang-c/Index.h:5694-5695
@@ -5683,1 +5693,4 @@
 /**
+ * \brief Same as clang_indexSourceFile but requires a full command line
+ * for \c command_line_args including argv[0].
+ */
----------------
We should probably expand on why users would want to use on or the other here...


http://reviews.llvm.org/D14695





More information about the cfe-commits mailing list