[PATCH] D70351: [clang][WIP][clang-scan-deps] Add an experimental C API.

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 17:59:38 PST 2019


arphaman added inline comments.


================
Comment at: clang/include/clang-c/Dependencies.h:205
+ */
+CINDEX_LINKAGE void clang_experimental_DependencyScannerWorker_dispose_v0(
+    CXDependencyScannerWorker);
----------------
Looks like you have a duplicate declaration of this function, and the prototype above is missing the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70351





More information about the llvm-commits mailing list