[all-commits] [llvm/llvm-project] c068e9: [Support][CommandLine] Delete unused llvm::cl::Par...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 31 10:48:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c068e9c8c123e7f8c8f3feb57245a012ccd09ccf
https://github.com/llvm/llvm-project/commit/c068e9c8c123e7f8c8f3feb57245a012ccd09ccf
Author: Fangrui Song <maskray at google.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M llvm/docs/CommandLine.rst
M llvm/include/llvm/Support/CommandLine.h
M llvm/lib/Support/CommandLine.cpp
M llvm/unittests/Support/CommandLineTest.cpp
Log Message:
-----------
[Support][CommandLine] Delete unused llvm::cl::ParseEnvrironmentOptions
The function was added in 2003. It is not used and can be emulated with ParseCommandLineOptions.
More information about the All-commits
mailing list