cpp11-migrate: Really fixing doxygen warning

Last attempt at this fix was bogus.

llvm-svn: 184869
This commit is contained in:
Edwin Vane 2013-06-25 19:01:18 +00:00
parent 8b006c69c0
commit 51a55d9964

View File

@ -83,6 +83,7 @@ public:
/// \brief Constructor
/// \param Name Name of the transform for human-readable purposes (e.g. -help
/// text)
/// \param Options Global options that affect all Transforms.
Transform(llvm::StringRef Name, const TransformOptions &Options);
virtual ~Transform();