It's accumulating way too many optional params (see D124970)
While here, improve the name and the documentation.
Paths
| Differential D124971
[Frontend] give createInvocationFromCommandLine an options struct ClosedPublic Authored by sammccall on May 4 2022, 5:16 PM.
Details Summary It's accumulating way too many optional params (see D124970) While here, improve the name and the documentation.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 4 2022, 5:16 PM Comment Actions Thanks this LGTM. Just two questions:
Comment Actions
In order to keep the patch small. I can do this as a followup.
Sounds reasonable to me, but I'm not personally planning to work on it. Closed by commit rG40c13720a4b9: [Frontend] give createInvocationFromCommandLine an options struct (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 427294 clang-tools-extra/clangd/Compiler.cpp
clang/include/clang/Frontend/Utils.h
clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
clang/unittests/Frontend/UtilsTest.cpp
|
what's the reason for not deleting this all together from open source. there isn't very many references.
is it just to keep the patch small so that relevant changes are more visible ?