Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
476 B
C++
Raw Permalink Normal View History

//===-- Connection.cpp ----------------------------------------------------===//
2014-08-06 18:16:26 +00:00
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2014-08-06 18:16:26 +00:00
//
//===----------------------------------------------------------------------===//
#include "lldb/Utility/Connection.h"
2014-08-06 18:16:26 +00:00
using namespace lldb_private;
Connection::~Connection() = default;