Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 19 Jun 2013 06:58:29 +0000 (06:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 19 Jun 2013 06:58:29 +0000 (06:58 +0000)
llvm-svn: 184285

clang-tools-extra/cpp11-migrate/Core/Transform.h

index 1894d44..bbd1a08 100644 (file)
@@ -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();