]> granicus.if.org Git - clang/commitdiff
Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocument...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 17 Nov 2013 18:05:49 +0000 (18:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 17 Nov 2013 18:05:49 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194971 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Tooling/CompilationDatabase.cpp

index 52452e7c6ea22ae5265c4ccf02ca9a71b3f8cc0d..c962055de795a0702a979660cc51159998436624 100644 (file)
@@ -200,9 +200,8 @@ private:
 /// clear.
 ///
 /// \param[in] Args Args as provided by the user.
-/// \param[out] Resulting stripped command line.
-///
-/// \returns \li true if successful.
+/// \return Resulting stripped command line.
+///          \li true if successful.
 ///          \li false if \c Args cannot be used for compilation jobs (e.g.
 ///          contains an option like -E or -version).
 bool stripPositionalArgs(std::vector<const char *> Args,