[all-commits] [llvm/llvm-project] 93c55d: Reset all options in cl::ResetCommandLineParser()
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Aug 16 00:56:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93c55d5ea24b8f455b0621bac373f142e0008739
https://github.com/llvm/llvm-project/commit/93c55d5ea24b8f455b0621bac373f142e0008739
Author: Christian Sigg <csigg at google.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M llvm/lib/Support/CommandLine.cpp
M llvm/unittests/Support/CommandLineTest.cpp
Log Message:
-----------
Reset all options in cl::ResetCommandLineParser()
Reset cl::Positional, cl::Sink and cl::ConsumeAfter options as well in cl::ResetCommandLineParser().
Reviewed By: rriddle, sammccall
Differential Revision: https://reviews.llvm.org/D103356
More information about the All-commits
mailing list