[PATCH] D124971: [Frontend] give createInvocationFromCommandLine an options struct
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 17:16:23 PDT 2022
sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added subscribers: usaxena95, arphaman.
Herald added a project: All.
sammccall requested review of this revision.
Herald added projects: clang, clang-tools-extra.
Herald added a subscriber: cfe-commits.
It's accumulating way too many optional params (see D124970 <https://reviews.llvm.org/D124970>)
While here, improve the name and the documentation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124971
Files:
clang-tools-extra/clangd/Compiler.cpp
clang/include/clang/Frontend/Utils.h
clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
clang/unittests/Frontend/UtilsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124971.427165.patch
Type: text/x-patch
Size: 8733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220505/5096bbdd/attachment.bin>
More information about the cfe-commits
mailing list