[llvm-branch-commits] [llvm] fc33a5a - Apply clang-format chnage.
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 10 13:59:59 PST 2023
Author: Mingming Liu
Date: 2023-11-10T13:59:56-08:00
New Revision: fc33a5a537c2b4feb42104711d4ae84c0363de60
URL: https://github.com/llvm/llvm-project/commit/fc33a5a537c2b4feb42104711d4ae84c0363de60
DIFF: https://github.com/llvm/llvm-project/commit/fc33a5a537c2b4feb42104711d4ae84c0363de60.diff
LOG: Apply clang-format chnage.
Added:
Modified:
llvm/unittests/Support/CommandLineTest.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/Support/CommandLineTest.cpp b/llvm/unittests/Support/CommandLineTest.cpp
index b6542363dc61e3b..381fe70b6b48156 100644
--- a/llvm/unittests/Support/CommandLineTest.cpp
+++ b/llvm/unittests/Support/CommandLineTest.cpp
@@ -539,7 +539,7 @@ TEST(CommandLineTest, TopLevelOptInSubcommand) {
// top-level options. A valid use case is that users of llvm command line
// tools should be able to specify top-level options defined in any library.
StackOption<std::string> TopLevelOpt("str", cl::init("txt"),
- cl::desc("A top-level option."));
+ cl::desc("A top-level option."));
StackSubCommand SC("sc", "Subcommand");
StackOption<std::string> PositionalOpt(
More information about the llvm-branch-commits
mailing list