summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2018-08-07 23:47:05 +0000
committerRaphael Isemann <teemperor@gmail.com>2018-08-07 23:47:05 +0000
commitab48bd2a8d4186422b9f44dccb5c6f53c9c7532c (patch)
tree472d9833f61e859668deea96f27e100c5ae56821 /lldb/source/Plugins/ExpressionParser
parent979423c9961744c69e0dee29d4b084ce5543709c (diff)
downloadbcm5719-llvm-ab48bd2a8d4186422b9f44dccb5c6f53c9c7532c.tar.gz
bcm5719-llvm-ab48bd2a8d4186422b9f44dccb5c6f53c9c7532c.zip
Removed doxygen comment that doesn't fit to function signature
llvm-svn: 339204
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
index b6738793019..cb29731579d 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
@@ -325,12 +325,6 @@ public:
/// @param[in] namespace_decl
/// If valid and module is non-NULL, the parent namespace.
///
- /// @param[in] name
- /// The name as a plain C string. The NameSearchContext contains
- /// a DeclarationName for the name so at first the name may seem
- /// redundant, but ClangExpressionDeclMap operates in RTTI land so
- /// it can't access DeclarationName.
- ///
/// @param[in] current_id
/// The ID for the current FindExternalVisibleDecls invocation,
/// for logging purposes.
OpenPOWER on IntegriCloud