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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 15:48:43 PST 2019


arphaman added a comment.

Adding experimental APIs is something that we haven't done before, but it be useful for this case.
I have a couple of questions about the API:

- Should types be prefixed / suffixed with experimental / v0 in case we need to extend the information passed to the client?
- The types look to be more geared towards Clang modules (like the addition of a module map path). Do you think the same types could be used for C++ 20 modules as well, or should C++ 20 modules have a completely separate API?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70351





More information about the cfe-commits mailing list