aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/TypeSystem
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-08-20 22:59:13 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-08-20 22:59:13 -0700
commit6ad3de350c462399a02adccab7fc70de8ecd6224 (patch)
tree4461a2283299893409feb319d6e7e9689d56648d /lldb/source/Plugins/TypeSystem
parente0b220d22eed75b2a2a783ac45b832e961e77a9e (diff)
downloadllvm-6ad3de350c462399a02adccab7fc70de8ecd6224.zip
llvm-6ad3de350c462399a02adccab7fc70de8ecd6224.tar.gz
llvm-6ad3de350c462399a02adccab7fc70de8ecd6224.tar.bz2
[lldb] Fix a new -Wdocumetnation issues (NFC)
Diffstat (limited to 'lldb/source/Plugins/TypeSystem')
-rw-r--r--lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
index 74fd9de..90bf8e7 100644
--- a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
+++ b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
@@ -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,