[llvm] r252762 - llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 09:50:20 PST 2015
Author: chapuni
Date: Wed Nov 11 11:50:20 2015
New Revision: 252762
URL: http://llvm.org/viewvc/llvm-project?rev=252762&view=rev
Log:
llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]
Modified:
llvm/trunk/tools/llvm-config/llvm-config.cpp
Modified: llvm/trunk/tools/llvm-config/llvm-config.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-config/llvm-config.cpp?rev=252762&r1=252761&r2=252762&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-config/llvm-config.cpp (original)
+++ llvm/trunk/tools/llvm-config/llvm-config.cpp Wed Nov 11 11:50:20 2015
@@ -102,8 +102,6 @@ static void VisitComponent(StringRef Nam
/// appear prior to their dependencies).
///
/// \param Components - The names of the components to find libraries for.
-/// \param RequiredLibs [out] - On return, the ordered list of libraries that
-/// are required to link the given components.
/// \param IncludeNonInstalled - Whether non-installed components should be
/// reported.
/// \param GetComponentNames - True if one would prefer the component names.
More information about the llvm-commits
mailing list