From ca4f02ce539a56daf3906513c592a04acf36e3fb Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 6 Jul 2016 17:25:16 +0000 Subject: [PATCH] Add a default parameter for getRegisteredOptions. llvm-svn: 274640 --- llvm/include/llvm/Support/CommandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index c36373520676..70465a0e3fd3 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -1733,7 +1733,7 @@ void PrintHelpMessage(bool Hidden = false, bool Categorized = false); /// Hopefully this API can be depricated soon. Any situation where options need /// to be modified by tools or libraries should be handled by sane APIs rather /// than just handing around a global list. -StringMap