[all-commits] [llvm/llvm-project] 63a248: [clang][cli] Implement `getAllArgValues` marshalling
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Dec 22 05:24:50 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63a24816f561a5d8e28ca7054892bd8602618be4
https://github.com/llvm/llvm-project/commit/63a24816f561a5d8e28ca7054892bd8602618be4
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/unittests/Frontend/CompilerInvocationTest.cpp
M llvm/include/llvm/Option/OptParser.td
Log Message:
-----------
[clang][cli] Implement `getAllArgValues` marshalling
This infrastructure can be used ~30 more command line options.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D93631
More information about the All-commits
mailing list