[llvm] c13c5fe - Remove a comment obsoleted by r227345.
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 08:04:42 PST 2019
Author: Jay Foad
Date: 2019-11-27T16:04:15Z
New Revision: c13c5fea012e5bb5b0503f2c126b13f814e96873
URL: https://github.com/llvm/llvm-project/commit/c13c5fea012e5bb5b0503f2c126b13f814e96873
DIFF: https://github.com/llvm/llvm-project/commit/c13c5fea012e5bb5b0503f2c126b13f814e96873.diff
LOG: Remove a comment obsoleted by r227345.
Added:
Modified:
llvm/include/llvm/Support/CommandLine.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h
index 63784463e171..faef60c4e47f 100644
--- a/llvm/include/llvm/Support/CommandLine.h
+++ b/llvm/include/llvm/Support/CommandLine.h
@@ -1831,7 +1831,7 @@ void PrintHelpMessage(bool Hidden = false, bool Categorized = false);
//
/// Use this to get a StringMap to all registered named options
-/// (e.g. -help). Note \p Map Should be an empty StringMap.
+/// (e.g. -help).
///
/// \return A reference to the StringMap used by the cl APIs to parse options.
///
More information about the llvm-commits
mailing list