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

Juergen Ributzka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 11:24:16 PDT 2022


ributzka added a comment.

Nice! Thank you for adding support for multiple headers. Is this a step towards the json input file list?



================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:467
 
+def err_drv_extract_api_wrong_kind : Error<
+  "header file '%0' input '%1' does not match the type of prior input "
----------------
Could you please add a test for this?


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