[PATCH] D121936: Ensure -extract-api handles multiple headers correctly

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 17:12:28 PDT 2022


zixuw added a comment.

In D121936#3390920 <https://reviews.llvm.org/D121936#3390920>, @dang wrote:

> In D121936#3389991 <https://reviews.llvm.org/D121936#3389991>, @ributzka wrote:
>
>> Nice! Thank you for adding support for multiple headers. Is this a step towards the json input file list?
>
> My understanding was that for this iteration at least we were going with just feeding the headers directly to clang without an input file list. Maybe we should talk about this offline as I might be missing something.

In my initial proposed design, clang-extract-api takes in multiple headers directly as inputs. What would be the need to have a json file list?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121936



More information about the cfe-commits mailing list