Adds an optional parameter to buildASTFromCodeWithArgs that allows the user to
pass additional files that the main code needs to compile. This change makes
buildASTFromCodeWithArgs consistent with runToolOnCodeWithArgs.
Patch by Alexey Eremin.
Paths
| Differential D70175
[libTooling] Extend `buildASTFromCodeWithArgs` to take files argument. ClosedPublic Authored by ymandel on Nov 13 2019, 6:08 AM.
Details Summary Adds an optional parameter to buildASTFromCodeWithArgs that allows the user to Patch by Alexey Eremin.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 19 2019, 8:21 AM Closed by commit rGdd471dbe99a7: [libTooling] Extend `buildASTFromCodeWithArgs` to take files argument. (authored by ymandel). · Explain WhyNov 19 2019, 9:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 230093 clang/include/clang/Tooling/Tooling.h
clang/lib/Tooling/Tooling.cpp
|