Skip to content

Commit a868f8d

Browse files
committed
Fix review comments
1 parent 3d54853 commit a868f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/tools/lldb-dap/JSONUtils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ DecodeMemoryReference(llvm::StringRef memoryReference);
157157
/// if the key is missing.
158158
///
159159
/// \param[in] allow_empty
160-
/// Interpret empty string as a valid value, don't report an error.
160+
/// Interpret empty string as a valid value, don't report an error (see
161+
/// VS Code issue https://github.com/microsoft/vscode/issues/270593).
161162
///
162163
/// \return
163164
/// Returns \b true if the address was decoded successfully.

0 commit comments

Comments
 (0)