Files
clang-p2996/lldb/tools/lldb-mi/MICmdCommands.h
Hafiz Abid Qadeer a40780e36c Remove redundant comments from lldb-mi source files.
Most of lldb-mi files have comments about environement, copyright etc which were neither needed nor uptodate.
This commit removes those comments.

llvm-svn: 232396
2015-03-16 18:18:18 +00:00

24 lines
675 B
C++

//===-- MICmdCommands.h -----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#pragma once
namespace MICmnCommands
{
//++ ============================================================================
// Details: MI Command are instantiated and registered automatically with the
// Command Factory
// Gotchas: None.
// Authors: Illya Rudkin 18/02/2014.
// Changes: None.
//--
bool RegisterAll(void);
}