[clang-tools-extra] r184285 - Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Jun 18 23:58:29 PDT 2013
Author: chapuni
Date: Wed Jun 19 01:58:29 2013
New Revision: 184285
URL: http://llvm.org/viewvc/llvm-project?rev=184285&view=rev
Log:
Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]
Modified:
clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h
Modified: clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h?rev=184285&r1=184284&r2=184285&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h (original)
+++ clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h Wed Jun 19 01:58:29 2013
@@ -84,7 +84,6 @@ public:
/// \param Name Name of the transform for human-readable purposes (e.g. -help
/// text)
/// \param Options Collection of options that affect all transforms.
- /// \param InitialState File Contents to override content on disk.
Transform(llvm::StringRef Name, const TransformOptions &Options);
virtual ~Transform();
More information about the cfe-commits
mailing list