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
Paths
| Differential D157011
[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 Regressed by https://reviews.llvm.org/D105695
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 6 2023, 2:08 PM Closed by commit rG241cceb9af84: [Clang][Tooling] Accept preprocessed input files (authored by jryans). · Explain WhyAug 8 2023, 4:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548154 clang/lib/Tooling/Tooling.cpp
clang/unittests/Tooling/ToolingTest.cpp
|