This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Tooling] Accept preprocessed input files
ClosedPublic

Authored by jryans on Aug 3 2023, 9:29 AM.

Details

Summary

This restores the tooling library's ability to accept invocations that take a
preprocessed file as the primary input.

Regressed by https://reviews.llvm.org/D105695
Fixes https://github.com/llvm/llvm-project/issues/63941

Diff Detail

Event Timeline

jryans created this revision.Aug 3 2023, 9:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 9:29 AM
jryans published this revision for review.Aug 3 2023, 9:30 AM
jryans added reviewers: dexonsmith, jansvoboda11.
jryans added a project: Restricted Project.
jryans updated this revision to Diff 547159.Aug 4 2023, 4:11 AM
  • Fixed formatting
  • Rebased
This revision is now accepted and ready to land.Aug 6 2023, 2:08 PM
This revision was automatically updated to reflect the committed changes.