[lldb] Fix -Wdocumentation warnings

This commit is contained in:
Jonas Devlieghere 2020-02-04 16:44:30 -08:00
parent fb0d2d455f
commit 7e02dc3f24
2 changed files with 2 additions and 11 deletions

View File

@ -233,11 +233,8 @@ private:
/// \param[in] s
/// The stream to use for pretty-printing.
///
/// \param[in] offset
/// The offset into the data buffer of the opcodes to be printed.
///
/// \param[in] length
/// The length in bytes of the opcodes to be printed.
/// \param[in] data
/// The data extractor.
///
/// \param[in] level
/// The level of detail to use in pretty-printing.

View File

@ -346,12 +346,6 @@ public:
/// \param[in] decl
/// The Decl whose origin is to be found.
///
/// \param[out] original_decl
/// A pointer whose target is filled in with the original Decl.
///
/// \param[in] original_ctx
/// A pointer whose target is filled in with the original's ASTContext.
///
/// \return
/// True if lookup succeeded; false otherwise.
ClangASTImporter::DeclOrigin GetDeclOrigin(const clang::Decl *decl);