forked from OSchip/llvm-project
Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]
llvm-svn: 184285
This commit is contained in:
parent
9157b55c3c
commit
cb873b1fc9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue