[all-commits] [llvm/llvm-project] ad8827: [LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 13 12:28:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad882774fe4ee9b37ffcf35d86303c265bbc585a
https://github.com/llvm/llvm-project/commit/ad882774fe4ee9b37ffcf35d86303c265bbc585a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M lldb/include/lldb/Breakpoint/Breakpoint.h
M lldb/include/lldb/Breakpoint/BreakpointID.h
M lldb/include/lldb/Breakpoint/BreakpointList.h
M lldb/include/lldb/Breakpoint/BreakpointLocation.h
M lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
M lldb/include/lldb/Breakpoint/BreakpointLocationList.h
M lldb/include/lldb/Breakpoint/BreakpointResolver.h
M lldb/include/lldb/Breakpoint/BreakpointSite.h
M lldb/include/lldb/Breakpoint/Watchpoint.h
M lldb/include/lldb/Breakpoint/WatchpointList.h
M lldb/include/lldb/Core/Address.h
M lldb/include/lldb/Core/AddressRange.h
M lldb/include/lldb/Core/Highlighter.h
M lldb/include/lldb/Core/Mangled.h
M lldb/include/lldb/Core/Module.h
M lldb/include/lldb/Core/ModuleChild.h
M lldb/include/lldb/Core/ModuleList.h
M lldb/include/lldb/Core/SearchFilter.h
M lldb/include/lldb/Expression/DWARFExpression.h
M lldb/include/lldb/Expression/FunctionCaller.h
M lldb/include/lldb/Expression/IRExecutionUnit.h
M lldb/include/lldb/Expression/REPL.h
M lldb/include/lldb/Expression/UserExpression.h
M lldb/include/lldb/Host/File.h
M lldb/include/lldb/Host/HostInfoBase.h
M lldb/include/lldb/Host/HostProcess.h
M lldb/include/lldb/Host/PseudoTerminal.h
M lldb/include/lldb/Interpreter/CommandInterpreter.h
M lldb/include/lldb/Interpreter/CommandObject.h
M lldb/include/lldb/Interpreter/Options.h
M lldb/include/lldb/Symbol/Block.h
M lldb/include/lldb/Symbol/CompileUnit.h
M lldb/include/lldb/Symbol/Declaration.h
M lldb/include/lldb/Symbol/Function.h
M lldb/include/lldb/Symbol/LineEntry.h
M lldb/include/lldb/Symbol/LineTable.h
M lldb/include/lldb/Symbol/ObjectFile.h
M lldb/include/lldb/Symbol/SymbolContext.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/StackFrame.h
M lldb/include/lldb/Target/Target.h
M lldb/include/lldb/Target/TargetList.h
M lldb/include/lldb/Target/Thread.h
M lldb/include/lldb/Utility/ConstString.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
M lldb/tools/lldb-vscode/LLDBUtils.h
Log Message:
-----------
[LLDB] Fix a bunch of -Wdocumentation warnings
More information about the All-commits
mailing list