Commit Graph

2 Commits

Author SHA1 Message Date
Zixu Wang 98fa46f870 [FIX][clang] Fix unused private field in ExtractAPIVisitor
Fix a build failure where an unused private field in ExtractAPIVisitor
triggered a warning turned into error.
2022-01-26 16:24:04 -08:00
Zixu Wang b1d946cbf7 [clang] Add an extract-api driver option
This is the initial commit for the clang-extract-api RFC
<https://lists.llvm.org/pipermail/cfe-dev/2021-September/068768.html>
Add a new driver option `-extract-api` and associate it with a dummy
(for now) frontend action to set up the initial structure for
incremental works.

Differential Revision: https://reviews.llvm.org/D117809
2022-01-26 11:31:12 -08:00