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( _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
