[Lldb-commits] [lldb] r339204 - Removed doxygen comment that doesn't fit to function signature

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 7 16:47:05 PDT 2018


Author: teemperor
Date: Tue Aug  7 16:47:05 2018
New Revision: 339204

URL: http://llvm.org/viewvc/llvm-project?rev=339204&view=rev
Log:
Removed doxygen comment that doesn't fit to function signature

Modified:
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h?rev=339204&r1=339203&r2=339204&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h Tue Aug  7 16:47:05 2018
@@ -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.




More information about the lldb-commits mailing list