mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[lldb] Fix a new -Wdocumetnation issues (NFC)
This commit is contained in:
@@ -728,11 +728,6 @@ public:
|
||||
|
||||
/// Attach to a remote system via a URL
|
||||
///
|
||||
/// \param[in] strm
|
||||
/// A stream where output intended for the user
|
||||
/// (if the driver has a way to display that) generated during
|
||||
/// the connection. This may be nullptr if no output is needed.A
|
||||
///
|
||||
/// \param[in] remote_url
|
||||
/// The URL format that we are connecting to.
|
||||
///
|
||||
@@ -916,11 +911,6 @@ public:
|
||||
|
||||
/// Attach to a remote system via a URL
|
||||
///
|
||||
/// \param[in] strm
|
||||
/// A stream where output intended for the user
|
||||
/// (if the driver has a way to display that) generated during
|
||||
/// the connection. This may be nullptr if no output is needed.A
|
||||
///
|
||||
/// \param[in] remote_url
|
||||
/// The URL format that we are connecting to.
|
||||
///
|
||||
@@ -2239,7 +2229,7 @@ void PruneThreadPlans();
|
||||
|
||||
/// Dump the thread plans associated with thread with \a tid.
|
||||
///
|
||||
/// \param[in/out] strm
|
||||
/// \param[in,out] strm
|
||||
/// The stream to which to dump the output
|
||||
///
|
||||
/// \param[in] tid
|
||||
@@ -2266,7 +2256,7 @@ void PruneThreadPlans();
|
||||
|
||||
/// Dump all the thread plans for this process.
|
||||
///
|
||||
/// \param[in/out] strm
|
||||
/// \param[in,out] strm
|
||||
/// The stream to which to dump the output
|
||||
///
|
||||
/// \param[in] desc_level
|
||||
|
||||
@@ -679,7 +679,7 @@ public:
|
||||
|
||||
/// Using the current type, create a new typedef to that type using
|
||||
/// "typedef_name" as the name and "decl_ctx" as the decl context.
|
||||
/// \param payload is an opaque TypePayloadClang.
|
||||
/// \param opaque_payload is an opaque TypePayloadClang.
|
||||
static CompilerType
|
||||
CreateTypedefType(const CompilerType &type, const char *typedef_name,
|
||||
const CompilerDeclContext &compiler_decl_ctx,
|
||||
|
||||
Reference in New Issue
Block a user